fixup! fix bar height
This commit is contained in:
parent
a03983d625
commit
043f5c87d2
@ -162,12 +162,12 @@ window.addEventListener('hashchange', () => {
|
||||
margin-top: var(--header-size);
|
||||
top:0;
|
||||
left:0;
|
||||
padding: 25px 0 25px 0;
|
||||
padding: 25px 0;
|
||||
width: 70px ;
|
||||
background-color: rgb(53, 53, 53);
|
||||
border-right:5px;
|
||||
border-color:black;
|
||||
height: calc( 100% - var(--header-size) );
|
||||
height: calc( 95% - var(--header-size) ) ;
|
||||
position: fixed;
|
||||
overflow: scroll;
|
||||
transition-duration: .3s;
|
||||
|
Loading…
Reference in New Issue
Block a user