Fix the sidebar height
This commit is contained in:
parent
c0d40a1908
commit
9ce41f2544
1 changed files with 3 additions and 2 deletions
|
|
@ -171,10 +171,11 @@ nav.sub {
|
|||
|
||||
.sidebar {
|
||||
width: 200px;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
min-height: 100%;
|
||||
height: 100vh;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.sidebar .current {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue