mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
#11687 Scroll on tags bulk modules
This commit is contained in:
parent
4ace3b205a
commit
35274249e4
@ -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;'
|
||||
)
|
||||
);
|
||||
|
||||
|
@ -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;'
|
||||
)
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user