fix backdrop blur

This commit is contained in:
Corban-Lee Jones 2024-10-10 14:53:41 +01:00
parent ccb383fed8
commit 048e293fb2

View File

@ -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! */