Blur background of modal to hide spicy things

This commit is contained in:
SleeplessOne1917 2024-04-16 09:27:53 -04:00
parent afae55c2eb
commit 1e76395d29
2 changed files with 5 additions and 1 deletions

View file

@ -461,3 +461,7 @@ br.big {
.totp-link { .totp-link {
width: fit-content; width: fit-content;
} }
#adultConsentModal {
backdrop-filter: blur(10px);
}

View file

@ -25,7 +25,7 @@ class AdultConsentModalInner extends Component<AdultConsentModalProps, any> {
return ( return (
<div <div
className="modal fade" className="modal"
id="adultConsentModal" id="adultConsentModal"
tabIndex={-1} tabIndex={-1}
aria-hidden aria-hidden