leaflet: menu options gets hidden behinde the statusbar

problems:
the main menu obscures the submenu,
the file name box / pencil obscures the submenu,
the submenu is hidden behind the status bar.

Change-Id: I8c3d08c9291c76c5b487e248ccbaf58410e3b54c
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/101302
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Pedro Silva <pedro.silva@collabora.com>
This commit is contained in:
Pranam Lashkari
2020-08-25 05:23:30 +05:30
committed by Pedro Silva
parent 7ab27b7837
commit 8123e4e26f
2 changed files with 3 additions and 2 deletions

View File

@ -379,7 +379,8 @@ Z-index values:
-------------------------------------------
menu items
-------------------------------------------
1000 main-menu(desktop-only), toolbar-down
1000 main-menu(desktop-only)
0 toolbar-down
1050 closebuttonwrapper (not being used currently)
-------------------------------------------
on the top

View File

@ -16,7 +16,7 @@
padding: 0;
position: fixed;
bottom: 0;
z-index: 1000;
z-index: 0;
border-top: 1px solid #bbbbbb;
}
#toolbar-down *{