[Libreoffice-commits] online.git: loleaflet/css

Pedro (via logerrit) logerrit at kemper.freedesktop.org
Thu Oct 17 15:23:27 UTC 2019


 loleaflet/css/loleaflet.css    |    2 +-
 loleaflet/css/mobilewizard.css |    4 ++--
 loleaflet/css/vex.css          |    4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 43cede22cb2ff0886fc41ff6cee8351cc9eddcf1
Author:     Pedro <pedro.silva at collabora.com>
AuthorDate: Thu Oct 17 17:09:33 2019 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Thu Oct 17 17:23:09 2019 +0200

    Fix z-index: about dialog, hamburger menu were appearing under edit FAB
    
    Change-Id: I9590494769ab9cd629137bfdcb9bdd2dca0bcfec
    Reviewed-on: https://gerrit.libreoffice.org/80973
    Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>
    Tested-by: Szymon Kłos <szymon.klos at collabora.com>

diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css
index 8d1b5b88f..7038f7a81 100644
--- a/loleaflet/css/loleaflet.css
+++ b/loleaflet/css/loleaflet.css
@@ -176,7 +176,7 @@ body {
 	background-color: #0b87e7;
 	border-radius: 50%;
 	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
-	z-index: 2000;
+	z-index: 1001;
 }
 
 #mobile-edit-button-image {
diff --git a/loleaflet/css/mobilewizard.css b/loleaflet/css/mobilewizard.css
index d79dfb93b..0cea4beb3 100644
--- a/loleaflet/css/mobilewizard.css
+++ b/loleaflet/css/mobilewizard.css
@@ -10,7 +10,7 @@ span.menu-entry-icon img {
 #mobile-wizard.menuwizard{
 	top: 0px !important;
 	height: 100% !important;
-	z-index: 999 !important;
+	z-index: 1500 !important;
 }
 
 #mobile-wizard.menuwizard #mobile-wizard-back.close-button{
@@ -18,7 +18,7 @@ span.menu-entry-icon img {
 }
 
 #toolbar-hamburger.menuwizard-opened{
-	z-index: 1000 !important;
+	z-index: 1501 !important;
 	position: relative !important;
 	background-color: #dae6f3 !important;
 	padding-left: 8px !important;
diff --git a/loleaflet/css/vex.css b/loleaflet/css/vex.css
index 80c61e9f4..33c8484cc 100644
--- a/loleaflet/css/vex.css
+++ b/loleaflet/css/vex.css
@@ -36,11 +36,11 @@
 	.vex.vex-theme-plain {
 		padding: 0px !important;
 		position: relative !important;
-		z-index: 1001 !important;
+		z-index: 2001 !important;
 		top: -42px !important;
 	}
 	.vex-open .vex-overlay {
-		z-index: 1000;
+		z-index: 2000;
 		min-height: 100%;
 		position: absolute;
 		width: -webkit-fill-available;


More information about the Libreoffice-commits mailing list