Skip to content

Commit

Permalink
Merge pull request #2034 from OctopusDeploy/sf/stacking-fix
Browse files Browse the repository at this point in the history
Fix stacking for headers.
  • Loading branch information
steve-fenton-octopus authored Oct 10, 2023
2 parents a5959dc + 48002b3 commit c585d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/docs/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ nav.skip-links a:focus {
min-height: 55px;
position: sticky;
top: 0;
z-index: 1;
z-index: 10;
}

.octo-header {
Expand Down Expand Up @@ -532,7 +532,7 @@ nav.skip-links a:focus {
background: linear-gradient(269.9deg, #11181D 47.17%, #124164 72.68%, #07121A 96.54%);
position: sticky;
top: 55px;
z-index: 1;
z-index: 10;
}

.octo-title {
Expand Down

0 comments on commit c585d71

Please sign in to comment.