fix(actions): fix white background bleed in dark mode when viewport is narrow

This commit is contained in:
fujie
2026-02-22 00:24:37 +08:00
parent 0bde066088
commit 272b959a44

View File

@@ -693,7 +693,7 @@ CSS_TEMPLATE_MINDMAP = """
.content-area {
padding: 0;
flex: 1 1 0;
background: transparent;
background: var(--card-bg-color);
position: relative;
overflow: hidden;
width: 100%;
@@ -2204,7 +2204,7 @@ class Action:
flex-grow: 1;
position: relative;
overflow: hidden;
background: transparent;
background: var(--card-bg-color);
min-height: 0;
width: 100%;
height: 100%;