[Libreoffice-commits] online.git: loleaflet/css
Pedro Pinto Silva (via logerrit)
logerrit at kemper.freedesktop.org
Mon Jun 1 07:30:13 UTC 2020
loleaflet/css/menubar.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit cc61195faa2839ce35be12b0a74240ff1fe2c6bb
Author: Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Fri May 29 12:40:44 2020 +0200
Commit: Pedro Silva <pedro.silva at collabora.com>
CommitDate: Mon Jun 1 09:29:55 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>
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