Skip to content

Commit

Permalink
Revert "fix: pop-up definition overlaps header (#51)"
Browse files Browse the repository at this point in the history
This reverts commit 1d5fbf6.
  • Loading branch information
JeikZim authored Jul 8, 2024
1 parent 1d5fbf6 commit ef6292e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/styles/overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
}

.pc-navigation {
z-index: 1050;
z-index: 101;

.desktop .dc-root_wide-format & .container-fluid {
padding: 0;
Expand Down Expand Up @@ -105,7 +105,7 @@
}

.pc-navigation {
z-index: 1050;
z-index: 101;

.desktop.dc-root_wide-format & .container-fluid {
padding: 30px;
Expand All @@ -122,4 +122,4 @@
padding: 0;
}
}
}
}

0 comments on commit ef6292e

Please sign in to comment.