mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 00:43:20 +01:00
parent
f9fe680478
commit
7605ba529f
@ -9138,6 +9138,7 @@ table.egwGridView_grid img.et2_appicon {
|
|||||||
}
|
}
|
||||||
body .et2_toolbar .ui-toolbar-menulist {
|
body .et2_toolbar .ui-toolbar-menulist {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-height: 90vh;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
overflow-y: auto !important;
|
overflow-y: auto !important;
|
||||||
box-shadow: 2px 3px 13px #666666;
|
box-shadow: 2px 3px 13px #666666;
|
||||||
|
@ -1352,6 +1352,7 @@
|
|||||||
.ui-toolbar-menulist
|
.ui-toolbar-menulist
|
||||||
{
|
{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-height: 90vh;
|
||||||
left:0px;
|
left:0px;
|
||||||
overflow-y: auto !important;
|
overflow-y: auto !important;
|
||||||
box-shadow: 2px 3px 13px #666666;
|
box-shadow: 2px 3px 13px #666666;
|
||||||
|
Loading…
Reference in New Issue
Block a user