mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
web/stickerpicker: don't allow stickers to overflow vertically
This commit is contained in:
parent
316fcc5bbd
commit
89895b197e
1 changed files with 2 additions and 0 deletions
|
@ -204,6 +204,8 @@ div.emoji-picker, div.sticker-picker {
|
|||
> img {
|
||||
object-fit: contain;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
padding: .5rem;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue