Skip to content

Commit

Permalink
KYAN-1295 (WSIO-1295) fix navbar hover issue (#510)
Browse files Browse the repository at this point in the history
* WSIO-1295 fix navbar hover issue

* WSIO-1295 fix navbar hover issue
  • Loading branch information
martyna-ds authored Oct 10, 2024
1 parent 617a9e0 commit 0824633
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@
padding-bottom: var(--spacing-4);

flex-shrink: 1;
&:not(.has-navbar-top) {
height: 100%;
}

@include breakpoint.media-breakpoint-large {
flex-wrap: wrap;
Expand Down

0 comments on commit 0824633

Please sign in to comment.