style(next): fix MIca on horizontal layout

This commit is contained in:
Elian Doran 2025-01-10 18:44:13 +02:00
parent 3568ea650f
commit 902c6f87a8
No known key found for this signature in database

View File

@ -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;
}