From 1d9f0fcb15b780b4616765cc68dba8e0990733c0 Mon Sep 17 00:00:00 2001 From: "Timothy Z." Date: Wed, 18 Dec 2024 12:00:19 +0200 Subject: [PATCH] fix: toats outer glow problem with overflow --- src/App/styles.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App/styles.less b/src/App/styles.less index 6210a8bdf..edff6e66d 100644 --- a/src/App/styles.less +++ b/src/App/styles.less @@ -38,7 +38,7 @@ --quaternary-accent-color: rgba(18, 69, 166, 1); --overlay-color: rgba(255, 255, 255, 0.05); --modal-background-color: rgba(15, 13, 32, 1); - --outer-glow: 0px 0px 30px rgba(123, 91, 245, 0.37); + --outer-glow: 0px 0px 15px rgba(123, 91, 245, 0.37); --border-radius: 0.75rem; } @@ -112,7 +112,7 @@ html { left: auto; z-index: 1; padding: 0 calc(0.5 * var(--horizontal-nav-bar-size)); - overflow-y: auto; + overflow: visible; scrollbar-width: none; pointer-events: none;