[Libreoffice-commits] online.git: loleaflet/css loleaflet/README
Pranam Lashkari (via logerrit)
logerrit at kemper.freedesktop.org
Mon Sep 7 10:01:06 UTC 2020
loleaflet/README | 3 ++-
loleaflet/css/toolbar.css | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
New commits:
commit 8123e4e26f9f691802ccd34e976543d790ae30b9
Author: Pranam Lashkari <lpranam at collabora.com>
AuthorDate: Tue Aug 25 05:23:30 2020 +0530
Commit: Pedro Silva <pedro.silva at collabora.com>
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 <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Pedro Silva <pedro.silva at collabora.com>
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 *{
More information about the Libreoffice-commits
mailing list