Skip to content

Commit f8ccee9

Browse files
committed
fix (header): reduce z-index value
Ref #351
1 parent 9fd53e0 commit f8ccee9

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)