Skip to content

Commit 1ba209a

Browse files
authored
fix(theme): show top part of scrollbar in sidebar (#129)
1 parent 463a03a commit 1ba209a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/client/theme-default/styles/layout.css

+2-3
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,10 @@ main {
5959

6060
.theme aside {
6161
position: fixed;
62-
top: 0;
62+
top: var(--header-height);
63+
bottom: 0;
6364
left: 0;
64-
height: 100%;
6565
width: var(--sidebar-width);
66-
padding: var(--header-height) 0 1.5rem 0;
6766
border-right: 1px solid var(--border-color);
6867
background-color: #fff;
6968
z-index: 3;

0 commit comments

Comments
 (0)