mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
Fix 'close' button in posts not sticking to bottom
thanmk you overlfow clip
This commit is contained in:
parent
300fcc3b99
commit
6e6a09e024
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue