Skip to content

Commit

Permalink
fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
radumojic committed Aug 26, 2024
1 parent a6b61d3 commit f812edb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

.dropdown-menu {
.network-switch-list {
min-height: 20rem;
min-height: 2rem;
max-height: calc(100dvh - #{$header-navbar-height} - 6rem);
overflow-y: scroll;
@include media-breakpoint-up(lg) {
Expand All @@ -63,7 +63,7 @@
.custom-network-menu {
.network-list {
@include media-breakpoint-up(lg) {
min-height: 14rem;
min-height: 2rem;
max-height: calc(100dvh - #{$header-navbar-height} - 8.25rem);
overflow-y: scroll;
}
Expand Down

0 comments on commit f812edb

Please sign in to comment.