Remove unnecessary z-index

This commit is contained in:
ysds 2019-09-06 23:57:29 +09:00 committed by XhmikosR
parent 9066f9495c
commit 713dd82403
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@
@supports (position: sticky) { @supports (position: sticky) {
position: sticky; position: sticky;
top: 5rem; top: 5rem;
z-index: 1000;
height: calc(100vh - 7rem); height: calc(100vh - 7rem);
overflow-y: auto; overflow-y: auto;
} }