Skip to content

Commit

Permalink
fix: app-navigation-toggle remains on screen on small viewports
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
  • Loading branch information
emoral435 committed Jan 26, 2024
1 parent 7d726b4 commit 96a1f06
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,11 @@ export default {
button.app-navigation-toggle {
background-color: var(--color-main-background);
}
@media (max-width: 420px) {
// Positions the navigation toggle button on the smallers screens to still be visible
button.app-navigation-toggle {
right: -6px !important;
}
}
</style>

0 comments on commit 96a1f06

Please sign in to comment.