summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPranam Lashkari <plashkari628@gmail.com>2021-09-13 17:40:22 +0530
committerAndras Timar <andras.timar@collabora.com>2021-09-14 13:19:39 +0200
commit187332c5df24c615ecafe33e882bf62b04306c42 (patch)
treebeee5141f22504499104fdf3a2865e9f30ab5cc6
parentandroid: show gridlines if background color not set (diff)
downloadonline-187332c5df24c615ecafe33e882bf62b04306c42.tar.gz
online-187332c5df24c615ecafe33e882bf62b04306c42.zip
leaflet: avoid font picker overlapping menu dropdowns
Signed-off-by: Pranam Lashkari <plashkari628@gmail.com> Change-Id: Ie3755e01a92c39ab5ab178e7634fcdd7a27bdf73
-rw-r--r--loleaflet/css/loleaflet.css2
-rw-r--r--loleaflet/css/toolbar-mobile.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css
index e98275eb41..29976f25ba 100644
--- a/loleaflet/css/loleaflet.css
+++ b/loleaflet/css/loleaflet.css
@@ -219,7 +219,7 @@ nav.spreadsheet-color-indicator ~ #sidebar-dock-wrapper {
border-collapse: collapse;
width: 100%;
border-top: none;
- z-index: 11;
+ z-index: 11 !important;
border-bottom: 1px solid var(--gray-color);
}
diff --git a/loleaflet/css/toolbar-mobile.css b/loleaflet/css/toolbar-mobile.css
index 02a28df515..b63330a867 100644
--- a/loleaflet/css/toolbar-mobile.css
+++ b/loleaflet/css/toolbar-mobile.css
@@ -10,5 +10,5 @@
#toolbar-wrapper.mobile{
border-top: none;
- z-index: auto;
+ z-index: auto !important;
} \ No newline at end of file