diff options
Diffstat (limited to 'styles/ui.css')
-rw-r--r-- | styles/ui.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/styles/ui.css b/styles/ui.css index 31df20a..5bb67ea 100644 --- a/styles/ui.css +++ b/styles/ui.css @@ -68,6 +68,7 @@ html.dark .button { color: var(--foreground); } .dialogbox { width: 392px; margin: 0; + z-index: 1; } .dialogbox > .title { margin-bottom: var(--spacing-large); } .dialogbox .icon.close { |