fix bg blur

This commit is contained in:
Julian Freeman
2026-04-17 17:01:21 -04:00
parent 3478c44860
commit 09a3465197

View File

@@ -18,7 +18,7 @@
gap: 10px; gap: 10px;
min-height: 0; min-height: 0;
padding: 4px 0; padding: 4px 0;
overflow: hidden; overflow: visible;
} }
.content-section, .content-section,
@@ -85,7 +85,7 @@
.content-scroll-area { .content-scroll-area {
min-height: 0; min-height: 0;
overflow: hidden; overflow: visible;
padding-right: 0; padding-right: 0;
} }