Remove `topNav` box-shadow which was previously hidden by z-index

This commit is contained in:
Emma 2024-04-18 18:03:22 -04:00
parent 1193e3c05e
commit 3db39d8805
No known key found for this signature in database
GPG Key ID: 06D9A667B1592CA6
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@
inline-size: 100%;
z-index: 4;
&:has(+ .sideNav + .routerView .floatingRefreshSection) {
box-shadow: none;
}
@media only screen and (width >= 961px) {
display: grid;
grid-template-columns: 1fr 440px 1fr;