mirror of
https://github.com/LibreOffice/online.git
synced 2025-08-20 23:24:34 +00:00
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:

committed by
Pedro Silva

parent
7ab27b7837
commit
8123e4e26f
@ -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
|
||||
|
@ -16,7 +16,7 @@
|
||||
padding: 0;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
z-index: 1000;
|
||||
z-index: 0;
|
||||
border-top: 1px solid #bbbbbb;
|
||||
}
|
||||
#toolbar-down *{
|
||||
|
Reference in New Issue
Block a user