ssb: Work in progress trying to get the emoji picker in line with some of the other modal dialogs.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 16m33s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 16m33s
This commit is contained in:
@ -26,7 +26,7 @@ class TfReactionsModalElement extends LitElement {
|
||||
return this.votes?.length
|
||||
? html` <div
|
||||
class="w3-modal w3-animate-opacity"
|
||||
style="display: block; box-sizing: border-box"
|
||||
style="display: block; box-sizing: border-box; z-index: 10"
|
||||
@click=${this.clear}
|
||||
>
|
||||
<div
|
||||
|
Reference in New Issue
Block a user