Skip to content

Commit

Permalink
Fix max height for menu on smaller screens
Browse files Browse the repository at this point in the history
  • Loading branch information
153957 committed Dec 26, 2023
1 parent 6d9ecde commit 3ca4503
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion theme_153957/static/css/style.css
Expand Up @@ -191,7 +191,10 @@ a:hover {
'thumbnails'
'canvas';
}
max-height: initial;

#menu {
max-height: initial;
}
}

@media (pointer: coarse) {
Expand Down

0 comments on commit 3ca4503

Please sign in to comment.