From e0ea25703670af93ebb670ef16c82c51c88a1d1f Mon Sep 17 00:00:00 2001 From: Gandharv Date: Tue, 17 Aug 2021 22:06:42 +0530 Subject: [PATCH] Fix the top margin of sidebar popovers (#537) --- frontend/src/_styles/left-sidebar.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/_styles/left-sidebar.scss b/frontend/src/_styles/left-sidebar.scss index 922ace85f4..bb7930868e 100644 --- a/frontend/src/_styles/left-sidebar.scss +++ b/frontend/src/_styles/left-sidebar.scss @@ -26,15 +26,15 @@ .popover { position: fixed; left: 3%; - top: 7.5%; + top: 55px; overflow: auto; max-height: 60%; } .datasources-popover { - top: 17.5%; + top: 100px; } .zoom-popover { - top: 69.5%; + top: 500px; } .sidebar-zoom { white-space: nowrap;