Skip to content

Commit

Permalink
fix: disable skip-navigation link when modals show
Browse files Browse the repository at this point in the history
  • Loading branch information
Anifacted committed May 11, 2023
1 parent 7131332 commit ceaf6b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions styles/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -253,4 +253,9 @@ $header-height: 71px;
right: auto;
}
}

// Disable the skip-navigation link when modals are open
#zd-modal-container ~ .skip-navigation {
display: none;
}
}

0 comments on commit ceaf6b7

Please sign in to comment.