diff --git a/client/src/styles/layout/_app-shell.scss b/client/src/styles/layout/_app-shell.scss index c260449..d0c1fc0 100644 --- a/client/src/styles/layout/_app-shell.scss +++ b/client/src/styles/layout/_app-shell.scss @@ -2,7 +2,7 @@ .v-navigation-drawer { background-color: $color-surface !important; - border-right: $border-width-sm solid $color-border; + padding-top: env(safe-area-inset-top) !important; .v-list-item--active { background-color: $bg-glass-strong;