feat: sidebar scrolling works on mobile
This commit is contained in:
parent
18de4c5895
commit
4f0962cbf3
3 changed files with 5 additions and 4 deletions
|
|
@ -57,7 +57,8 @@ section#content {
|
|||
height: 100%;
|
||||
|
||||
&.hide {
|
||||
display: none;
|
||||
left: -200%;
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue