Skip to content

Commit c592d63

Browse files
committed
Reversing blur change. Causes container based pos. issues.
1 parent ad6924d commit c592d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ body {
182182
animation-fill-mode: both;
183183

184184
/* # - - Blur Effect for Background of ROOT: */
185-
backdrop-filter: blur(var(--backgroundBlur));
185+
/* backdrop-filter: blur(var(--backgroundBlur)); */
186186

187187
/* # - - - Reversing "margin" on *-body and applying padding to blur fully to the corners. */
188188
margin: 0%;

0 commit comments

Comments
 (0)