Skip to content

Commit

Permalink
fix: mobile screen navbar and menu (epicmaxco#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
LighthouseKeeperYN authored Jan 9, 2023
1 parent 7030841 commit da2dd73
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/layouts/AppLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
.app-layout__sidebar-wrapper {
position: relative;
height: 100%;
background: var(--va-white);
background: #ffffff;
@media screen and (max-width: $tabletBreakPointPX) {
&:not(.minimized) {
Expand All @@ -115,8 +115,6 @@
}
.va-sidebar:not(.va-sidebar--minimized) {
// Z-index fix for preventing overflow for close button
z-index: -1;
.va-sidebar__menu {
padding: 0;
}
Expand Down

0 comments on commit da2dd73

Please sign in to comment.