Fix emoji picker off-by-1 error
This commit is contained in:
parent
a7387332ed
commit
76019d1e03
3 changed files with 3 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ $emoji-picker-emoji-size: 32px;
|
|||
|
||||
.emoji-picker {
|
||||
width: 25em;
|
||||
max-width: 100vw;
|
||||
max-width: calc(100vw - 20px); // popover gives 10px margin from window edge
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-color: $fallback--bg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue