Skip to content

Blur Background Variant for Modal #1335

Discussion options

You must be logged in to vote

@himanshumehru Try e.g.:

<flux:modal name="my-dialog" class="backdrop:backdrop-blur-xs">

From: https://tailwindcss.com/docs/backdrop-filter-blur

And to make the change for all modals/dialogs in your app:

ui-modal dialog {
    @apply backdrop:backdrop-blur-xs;
}

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by himanshumehru
Comment options

You must be logged in to vote
1 reply
@jeffchown
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants