Fix floating date header image border overlap

This commit is contained in:
Evan Hahn 2022-03-08 10:58:00 -06:00 committed by GitHub
parent c527de0a8d
commit 8f1e8321d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
top: 10px;
transition: opacity 0.25s ease-out;
width: 100%;
z-index: $z-index-above-base;
z-index: $z-index-above-above-base;
&--visible {
opacity: 1;