From 902c6f87a842398bb71f96aff9ee526782692a85 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Fri, 10 Jan 2025 18:44:13 +0200 Subject: [PATCH] style(next): fix MIca on horizontal layout --- src/public/stylesheets/theme-next/shell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css index 3abfd4c53..78eeac63c 100644 --- a/src/public/stylesheets/theme-next/shell.css +++ b/src/public/stylesheets/theme-next/shell.css @@ -704,7 +704,7 @@ body.layout-horizontal .tab-row-widget-container { overflow: hidden; } -body.desktop #root-widget.horizontal-layout { +body.desktop:not(.background-effects.platform-win32) #root-widget.horizontal-layout { background-color: var(--root-background) !important; }