1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-03 00:33:22 +03:00

Fix visual gap of sticker picker at bottom

Fixes https://github.com/vector-im/element-web/issues/15690
This commit is contained in:
Travis Ralston
2020-11-26 15:09:44 -07:00
parent 80f1df6d95
commit f2bc3db8fd

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