mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-27 10:17:23 -05:00
Fix mobile navigation covering up "Next step" button during onboarding (#40634)
This commit is contained in:
@@ -11051,10 +11051,14 @@ noscript {
|
||||
}
|
||||
|
||||
.column-footer {
|
||||
padding: 16px;
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
padding: 16px;
|
||||
background: var(--color-bg-primary);
|
||||
|
||||
@media (width <= $mobile-menu-breakpoint) {
|
||||
padding-bottom: calc(16px + var(--mobile-bottom-nav-height, 0));
|
||||
}
|
||||
}
|
||||
|
||||
.lists-scrollable {
|
||||
|
||||
Reference in New Issue
Block a user