Skip to content

Commit

Permalink
Merge pull request #2039 from CityOfPhiladelphia/update-global-nav
Browse files Browse the repository at this point in the history
update z index for global nav so vue modals appear on top of them
  • Loading branch information
m-atia authored Nov 13, 2023
2 parents 6482932 + 43da7e1 commit 89805ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
.global-nav {
@include secondary-font(400);
position: relative;
z-index: 1000;
z-index: 998;

ul {
font-size: 14px;
Expand Down

0 comments on commit 89805ad

Please sign in to comment.