Skip to content

Commit 6125ba2

Browse files
committed
Change the notification-bar don't overlap the navigation bar.
1 parent d560eb9 commit 6125ba2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/javascript/styles/mastodon/components.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10379,6 +10379,10 @@ noscript {
1037910379
display: flex;
1038010380
flex-direction: column;
1038110381
gap: 4px;
10382+
10383+
@media (max-width: #{$mobile-menu-breakpoint - 1}) {
10384+
bottom: calc(20px + var(--mobile-bottom-nav-height));
10385+
}
1038210386
}
1038310387

1038410388
.notification-bar {

0 commit comments

Comments
 (0)