Skip to content

Commit

Permalink
fix: sticker list is obscured by the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee committed Jul 7, 2023
1 parent 5c6298e commit e4c6645
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,10 @@ html[theme=light] .vac-message-current.vac-message-selected {
position: relative;
}

.bg > div:not(.head) {
margin-bottom: 55px;
}

.vac-fade-stickers-enter-active {
transform-origin: bottom right;
will-change: scale;
Expand Down

0 comments on commit e4c6645

Please sign in to comment.