Fix visual gap of sticker picker at bottom
Fixes https://github.com/vector-im/element-web/issues/15690
This commit is contained in:
parent
80f1df6d95
commit
f2bc3db8fd
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
iframe {
|
||||
// Sticker picker depends on the fixed height previously used for all tiles
|
||||
height: 273px;
|
||||
height: 283px; // height of the popout minus the AppTile menu bar
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue