update sidebar position (#6321)

This commit is contained in:
Eric 2022-06-21 16:37:11 -05:00 committed by GitHub
parent 1c51eadc1e
commit de22b8d781
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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