diff --git a/web/viewer.css b/web/viewer.css index c12cd4430..f4c9feba6 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -446,11 +446,13 @@ body { } .editorParamsToolbar { + background-color: var(--doorhanger-bg-color); top: var(--toolbar-height); position: absolute; z-index: 30000; height: auto; - padding: 0 4px; + inset-inline-end: 4px; + padding: 6px 0 10px; margin: 4px 2px; font: message-box; font-size: 12px; @@ -459,13 +461,6 @@ body { cursor: default; } -.editorParamsToolbar { - padding: 6px 0 10px; - inset-inline-end: 4px; - height: auto; - background-color: var(--doorhanger-bg-color); -} - .editorParamsToolbarContainer { width: 220px; margin-bottom: -4px;