mail view toolbar menu scrollable on mobile

Regarding Ticket #100541
This commit is contained in:
milan 2024-11-14 15:03:33 +01:00
parent f9fe680478
commit 7605ba529f
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -1352,6 +1352,7 @@
.ui-toolbar-menulist
{
width: 100%;
max-height: 90vh;
left:0px;
overflow-y: auto !important;
box-shadow: 2px 3px 13px #666666;