From 9fb37968f8f79cc48f48a439b8489f0c1a6f3712 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sun, 21 Sep 2025 02:18:33 +0300 Subject: [PATCH] style(next)/quick search/results dropdown: temporary workaround - improve appearance --- apps/client/src/stylesheets/theme-next/shell.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next/shell.css b/apps/client/src/stylesheets/theme-next/shell.css index ecb204bf9..b4007975c 100644 --- a/apps/client/src/stylesheets/theme-next/shell.css +++ b/apps/client/src/stylesheets/theme-next/shell.css @@ -589,7 +589,9 @@ div.quick-search .dropdown-menu { * vertical layout. */ body.layout-vertical.background-effects div.quick-search .dropdown-menu { - --menu-background-color: var(--menu-background-color-no-backdrop); + --scrollbar-background-color: var(--menu-background-color-no-backdrop); + + background: var(--menu-background-color-no-backdrop) !important; } /* Item */