Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/assets/builds/alchemy/admin.css

Large diffs are not rendered by default.

11 changes: 5 additions & 6 deletions app/stylesheets/alchemy/admin/navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#left_menu {
z-index: 30;
height: 100vh;
height: 100dvh;
position: fixed;
top: 0;
left: 0;
Expand All @@ -26,14 +27,12 @@

#main_navi {
max-height: 100vh;
max-height: 100dvh;
padding-top: var(--spacing-7);
padding-bottom: 80px;

@media screen and (max-width: vars.$medium-screen-break-point) {
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
overflow-x: hidden;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

having that without the media query, we wont see any of the flyout menues anymore, right?

overflow-y: auto;
-webkit-overflow-scrolling: touch;
}

.main_navi_entry {
Expand Down
Loading