fix(theme): show top part of scrollbar in sidebar (#129)

pull/136/head
Mateusz Paduszyński 4 years ago committed by GitHub
parent 463a03a981
commit 1ba209a4d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -59,11 +59,10 @@ main {
.theme aside {
position: fixed;
top: 0;
top: var(--header-height);
bottom: 0;
left: 0;
height: 100%;
width: var(--sidebar-width);
padding: var(--header-height) 0 1.5rem 0;
border-right: 1px solid var(--border-color);
background-color: #fff;
z-index: 3;

Loading…
Cancel
Save