mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
update sidebar position (#6321)
This commit is contained in:
parent
1c51eadc1e
commit
de22b8d781
1 changed files with 2 additions and 2 deletions
|
|
@ -584,7 +584,7 @@
|
|||
}
|
||||
[purpose='left-sidebar'] {
|
||||
position: sticky;
|
||||
top: 118px;
|
||||
top: 146px;
|
||||
height: fit-content;
|
||||
overflow-y: auto;
|
||||
transition-property: all;
|
||||
|
|
@ -602,7 +602,7 @@
|
|||
min-width: 190px;
|
||||
max-width: 210px;
|
||||
position: sticky;
|
||||
top: 118px;
|
||||
top: 146px;
|
||||
height: fit-content;
|
||||
overflow-y: auto;
|
||||
transition-property: all;
|
||||
|
|
|
|||
Loading…
Reference in a new issue