Fix 'close' button in posts not sticking to bottom
thanmk you overlfow clip
This commit is contained in:
parent
5177fdeef1
commit
161594d4bc
|
@ -155,6 +155,10 @@ hr {
|
||||||
box-shadow: 0px 4px 32px var(--shadow) !important;
|
box-shadow: 0px 4px 32px var(--shadow) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.swiper {
|
||||||
|
overflow: clip !important;
|
||||||
|
}
|
||||||
|
|
||||||
._button {
|
._button {
|
||||||
appearance: none;
|
appearance: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in New Issue