mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-27 04:03:48 +01:00
feat(sidebar): show y-axis scrollbar for menu
This commit is contained in:
parent
3faecaef73
commit
39483eebc9
2 changed files with 3 additions and 1 deletions
|
@ -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 a new issue