Skip to content

Commit

Permalink
fix(theme): show top part of scrollbar in sidebar (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
paduszym committed Nov 18, 2020
1 parent 463a03a commit 1ba209a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/client/theme-default/styles/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1ba209a

Please sign in to comment.