mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-09 10:02:12 +00:00
Blur background of modal to hide spicy things
This commit is contained in:
parent
afae55c2eb
commit
1e76395d29
|
@ -461,3 +461,7 @@ br.big {
|
|||
.totp-link {
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
#adultConsentModal {
|
||||
backdrop-filter: blur(10px);
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ class AdultConsentModalInner extends Component<AdultConsentModalProps, any> {
|
|||
|
||||
return (
|
||||
<div
|
||||
className="modal fade"
|
||||
className="modal"
|
||||
id="adultConsentModal"
|
||||
tabIndex={-1}
|
||||
aria-hidden
|
||||
|
|
Loading…
Reference in a new issue