mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 10:21:23 +01:00
mail view toolbar menu scrollable on mobile
Regarding Ticket #100541
(cherry picked from commit 7605ba529f
)
This commit is contained in:
parent
859f0881e8
commit
88a4decb20
@ -9138,6 +9138,7 @@ table.egwGridView_grid img.et2_appicon {
|
||||
}
|
||||
body .et2_toolbar .ui-toolbar-menulist {
|
||||
width: 100%;
|
||||
max-height: 90vh;
|
||||
left: 0px;
|
||||
overflow-y: auto !important;
|
||||
box-shadow: 2px 3px 13px #666666;
|
||||
|
@ -1352,6 +1352,7 @@
|
||||
.ui-toolbar-menulist
|
||||
{
|
||||
width: 100%;
|
||||
max-height: 90vh;
|
||||
left:0px;
|
||||
overflow-y: auto !important;
|
||||
box-shadow: 2px 3px 13px #666666;
|
||||
|
Loading…
Reference in New Issue
Block a user