web/stickerpicker: don't allow stickers to overflow vertically

This commit is contained in:
Tulir Asokan 2024-12-21 19:27:05 +02:00
parent 316fcc5bbd
commit 89895b197e

View file

@ -204,6 +204,8 @@ div.emoji-picker, div.sticker-picker {
> img {
object-fit: contain;
width: 100%;
height: 100%;
box-sizing: border-box;
padding: .5rem;
}
}