Fix scroll indicator showing on mobile — inline display:flex overrode media query
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
bab33e0f65
commit
4a93c7efca
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ const sponsors = cms?.sponsors?.length ? cms.sponsors : DEFAULTS.sponsor
|
|||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.scroll-indicator { display: none; }
|
||||
.scroll-indicator { display: none !important; }
|
||||
}
|
||||
|
||||
/* On mobile, margin-top: auto can collapse to 0 when the headline
|
||||
|
|
|
|||
Loading…
Reference in a new issue