Fix the top margin of sidebar popovers (#537)

This commit is contained in:
Gandharv 2021-08-17 22:06:42 +05:30 committed by GitHub
parent 0284fbd45c
commit e0ea257036
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;