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

View File

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