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