#11687 Scroll on tags bulk modules

This commit is contained in:
Jonathan 2023-07-06 12:03:02 +02:00
parent 4ace3b205a
commit 35274249e4
2 changed files with 12 additions and 3 deletions

View File

@ -204,7 +204,10 @@ $table->data[0][0] = html_print_label_input_block(
-1,
true,
true,
true
true,
'',
false,
'overflow-x: auto;overflow-y: hidden;white-space: nowrap;'
)
);

View File

@ -416,7 +416,10 @@ $table->data[3][0] = html_print_label_input_block(
-1,
true,
true,
true
true,
'',
false,
'overflow-x: auto;overflow-y: hidden;white-space: nowrap;'
)
);
@ -531,7 +534,10 @@ $table->data[7][0] = html_print_label_input_block(
-1,
true,
true,
true
true,
'',
false,
'overflow-x: auto;overflow-y: hidden;white-space: nowrap;'
)
);