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;