Skip to content

Commit

Permalink
Add a css media query to avoid overlap of sticky toolbar on narrow sc…
Browse files Browse the repository at this point in the history
…reens
  • Loading branch information
jmoggr committed Feb 12, 2025
1 parent 187e62a commit 677c195
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/frontend/src/page/toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
}
}

@media (max-width: 1100px) {
.toolbar {
position: static;
}
}

.brand {
display: flex;
flex-direction: row;
Expand Down

0 comments on commit 677c195

Please sign in to comment.