mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Fix the top margin of sidebar popovers (#537)
This commit is contained in:
parent
0284fbd45c
commit
e0ea257036
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue