fix backdrop blur
This commit is contained in:
parent
ccb383fed8
commit
048e293fb2
@ -7,7 +7,7 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
filter: blur(5rem);
|
backdrop-filter: blur(10px);
|
||||||
background-color: rgba(var(--bs-secondary-rgb), 0.50);
|
background-color: rgba(var(--bs-secondary-rgb), 0.50);
|
||||||
z-index: 998;
|
z-index: 998;
|
||||||
display: none; /* Must start as hidden! */
|
display: none; /* Must start as hidden! */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user