From 56e2b1dc28f6c33521e1127eed5a4f2fedb32fb1 Mon Sep 17 00:00:00 2001 From: Pedro Silva Date: Thu, 26 Nov 2020 15:31:55 +0100 Subject: [PATCH] Sidebar: avoid using two sidebars by fixing bottom position - set a fixed bottom position only when on calc (due to tabs) Signed-off-by: Pedro Silva Change-Id: I9f98cdc65e83c06da814fe7b89b43ebbe6760f40 --- loleaflet/css/loleaflet.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css index 9f7d90805..0c21de706 100644 --- a/loleaflet/css/loleaflet.css +++ b/loleaflet/css/loleaflet.css @@ -192,13 +192,14 @@ body { position: absolute; top: 77px; right: 0px; - bottom: 72px; border-top: 1px solid #b6b6b6; border-left: 1px solid #b6b6b6; overflow: hidden; z-index: 990; } - +nav.spreadsheet-color-indicator ~ #sidebar-dock-wrapper { + bottom: 72px; +} #sidebar-panel { padding: 0px; margin: 0px;