Skip to content

Commit

Permalink
fix: prevent navbar icons to cut on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelinmegdanov committed Feb 10, 2025
1 parent 2d17afc commit 675257e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/NavBar/VerticalNavBar/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
background-color: transparent;
overflow-y: auto;
scrollbar-width: none;
-ms-overflow-style: none;

&::-webkit-scrollbar {
display: none;
Expand All @@ -21,6 +22,7 @@
.nav-tab-button {
width: calc(var(--vertical-nav-bar-size) - 1.2rem);
height: calc(var(--vertical-nav-bar-size) - 1.2rem);
min-height: 3.5rem;
}
}

Expand Down

0 comments on commit 675257e

Please sign in to comment.