[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2' - loleaflet/css loleaflet/README
Pranam Lashkari (via logerrit)
logerrit at kemper.freedesktop.org
Wed Sep 9 14:58:21 UTC 2020
loleaflet/README | 3 ++-
loleaflet/css/toolbar.css | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
New commits:
commit e2760b21506a6a3890cd0fdd328de5cfe1fe402e
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: Wed Sep 9 16:58:00 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>
(cherry picked from commit 8123e4e26f9f691802ccd34e976543d790ae30b9)
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/102304
Reviewed-by: Pranam Lashkari <lpranam 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 0c99b92f5..2e75ea3a7 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