loleaflet/README          |    3 ++-
 loleaflet/css/toolbar.css |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 8123e4e26f9f691802ccd34e976543d790ae30b9
Author:     Pranam Lashkari <[email protected]>
AuthorDate: Tue Aug 25 05:23:30 2020 +0530
Commit:     Pedro Silva <[email protected]>
CommitDate: Mon Sep 7 12:00:45 2020 +0200

    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 <[email protected]>
    Reviewed-by: Pedro Silva <[email protected]>

diff --git a/loleaflet/README b/loleaflet/README
index bdeeeebf1..8cdbcdc1f 100644
--- a/loleaflet/README
+++ b/loleaflet/README
@@ -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
diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index 5bb402afb..6494a7e19 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -16,7 +16,7 @@
                padding: 0;
                position: fixed;
                bottom: 0;
-               z-index: 1000;
+               z-index: 0;
                border-top: 1px solid #bbbbbb;
 }
 #toolbar-down *{
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to