Fix 'close' button in posts not sticking to bottom

thanmk you overlfow clip
This commit is contained in:
Freeplay 2023-02-25 01:18:21 -05:00
parent 5177fdeef1
commit 161594d4bc

View file

@ -155,6 +155,10 @@ hr {
box-shadow: 0px 4px 32px var(--shadow) !important;
}
.swiper {
overflow: clip !important;
}
._button {
appearance: none;
display: inline-block;