Fix visual gap of sticker picker at bottom
Fixes https://github.com/vector-im/element-web/issues/15690pull/21833/head
parent
80f1df6d95
commit
f2bc3db8fd
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
iframe {
|
iframe {
|
||||||
// Sticker picker depends on the fixed height previously used for all tiles
|
// 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 New Issue