feat(sidebar): show y-axis scrollbar for menu
This commit is contained in:
parent
3faecaef73
commit
39483eebc9
@ -126,6 +126,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-top: 25px;
|
||||
overflow-y: auto;
|
||||
|
||||
@media (min-width: $on-desktop-large) {
|
||||
margin-top: 30px;
|
||||
|
@ -25,7 +25,8 @@
|
||||
@media (min-width: $on-phone + 1) {
|
||||
width: 25%;
|
||||
margin-right: 1%;
|
||||
padding-top: 50px;
|
||||
padding: 50px 15px;
|
||||
max-height: 100vh;
|
||||
}
|
||||
|
||||
@media (min-width: $on-desktop) {
|
||||
|
Loading…
Reference in New Issue
Block a user