fix: fixed ::after pseudo-element positioning

This commit is contained in:
cbarkr 2024-06-13 12:16:47 -07:00
parent 19e127f6ad
commit 7f622c1c00

View File

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