Fix the sidebar height
This commit is contained in:
parent
c0d40a1908
commit
9ce41f2544
@ -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…
Reference in New Issue
Block a user