fix: fix explorer view gradient positioning on mobile (fixes #906) (#1206)

This commit is contained in:
Callum Barker 2024-06-13 12:47:22 -07:00 committed by GitHub
parent 19e127f6ad
commit a12d76afdb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -485,6 +485,7 @@ ul.overflow,
ol.overflow {
max-height: 400;
overflow-y: auto;
position: relative;
// clearfix
content: "";