Skip to content
Snippets Groups Projects
Commit 06867f30 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray Committed by Timothy Andrew
Browse files

Merge branch 'fix-header-z-index' into 'master'

Replaced duplicate z-index with index of 400

Closes #32609

See merge request !11547

Conflicts:
	app/assets/stylesheets/framework/header.scss
parent 441f37f2
No related branches found
No related tags found
2 merge requests!12258Update Prometheus Merge Request Metrics page,!11557Fix 9.2 conflicts for "Replaced duplicate z-index with index of 400"
Pipeline #
Loading
Loading
@@ -24,12 +24,19 @@ header {
 
&.navbar-gitlab {
padding: 0 16px;
z-index: 100;
z-index: 400;
margin-bottom: 0;
min-height: $header-height;
background-color: $gray-light;
border: none;
border-bottom: 1px solid $border-color;
<<<<<<< HEAD
=======
position: fixed;
top: 0;
left: 0;
right: 0;
>>>>>>> 3c45906... Merge branch 'fix-header-z-index' into 'master'
 
@media (max-width: $screen-xs-min) {
padding: 0 16px;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment