Skip to content

Commit

Permalink
fix(@dpc-sdp/ripple-ui-core): allways ensure expanded menu is visible
Browse files Browse the repository at this point in the history
  • Loading branch information
David Featherston committed Jun 17, 2024
1 parent eab5efc commit ac041dd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
}

.rpl-primary-nav--expanded & {
display: block;
transition: height var(--rpl-motion-speed-7) ease-in,
background-color var(--rpl-motion-speed-4) ease-in;
background-color: var(--rpl-clr-primary-alt);
Expand Down

0 comments on commit ac041dd

Please sign in to comment.