[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2-4' - loleaflet/css

Pedro Pinto Silva (via logerrit) logerrit at kemper.freedesktop.org
Mon Jun 1 17:32:43 UTC 2020


 loleaflet/css/menubar.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8b509496aa9c0f50687042c7e7b1f3635d74b169
Author:     Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Fri May 29 12:40:44 2020 +0200
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Mon Jun 1 19:32:24 2020 +0200

    Make sure document title bar is not above dialogs
    
    by reducing the value introduced in db32e4fc3800ffad83ea82e4835b0653d26d1bae and instead using the same z-index as its neighbour elment (main-menu) so 1000
    
    Change-Id: I92d893d1a092e16a1455a6d1941a98e73ec63d1a
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/95103
    Tested-by: Jenkins
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Pedro Silva <pedro.silva at collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/95264
    Reviewed-by: Andras Timar <andras.timar at collabora.com>

diff --git a/loleaflet/css/menubar.css b/loleaflet/css/menubar.css
index a9031469a..cab048379 100644
--- a/loleaflet/css/menubar.css
+++ b/loleaflet/css/menubar.css
@@ -39,7 +39,7 @@
     table-layout: fixed;
     border-spacing: 5px 0px;
     max-height: 39px;
-    z-index: 100000;
+    z-index: 1000;
 }
 
 .main-nav {


More information about the Libreoffice-commits mailing list