Skip to content

Commit 31cbae4

Browse files
authored
Merge pull request #353 from BeAPI/issue/351
fix (header): reduce z-index value
2 parents f628131 + f8ccee9 commit 31cbae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scss/08-template-parts/_header.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
&__inner {
1111
position: fixed;
1212
top: var(--wp-admin-bar-height);
13-
z-index: 10000;
13+
z-index: 10;
1414
width: 100%;
1515
background: var(--wp--preset--color--cyan-bluish-gray);
1616
}

0 commit comments

Comments
 (0)