Fix visual gap of sticker picker at bottom

Fixes https://github.com/vector-im/element-web/issues/15690
pull/21833/head
Travis Ralston 2020-11-26 15:09:44 -07:00
parent 80f1df6d95
commit f2bc3db8fd
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
}