From a1967fb1171d043530957eae63afbdc4eaa235fc Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sun, 27 Oct 2019 08:10:44 +0100 Subject: [PATCH] Update BasicBackground.css --- Themes/BasicBackground/BasicBackground.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Themes/BasicBackground/BasicBackground.css b/Themes/BasicBackground/BasicBackground.css index 60179b0991..8dc9457195 100644 --- a/Themes/BasicBackground/BasicBackground.css +++ b/Themes/BasicBackground/BasicBackground.css @@ -2504,7 +2504,7 @@ body:before { background-color: transparent; box-shadow: 0 0 0 1px rgba(var(--vtransparencycolor), 0.3), 0 2px 10px 0 rgba(var(--vtransparencycolor), 0.3); position: relative; - overflow: hidden; + border-radius: 5px; } .root-1gCeng:after, .root-1gCeng:before, @@ -2518,6 +2518,7 @@ body:before { left: 0; width: unset; height: unset; + border-radius: 5px; pointer-events: none; z-index: -1; }