Skip to content

Commit

Permalink
NYS-109: Adjust breakpoint for adminbar overlap fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielwoodland committed Aug 8, 2024
1 parent ef8f93d commit 38d525b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@ a:hover.c-header--btn.c-header--btn__taking_action {
}

// On mobile, ensure admin toolbar doesn't expand over header
@include breakpoint($bp-under-xsm) {
@include breakpoint($bp-under-sm) {
.toolbar-vertical {
#gin-toolbar-bar {
height: 39.5px;
Expand Down

0 comments on commit 38d525b

Please sign in to comment.