update sidebar position (#6321)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user