We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 327775e commit a34447eCopy full SHA for a34447e
resources/views/components/stack.blade.php
@@ -5,7 +5,7 @@
5
6
<div {!! $attributes->class([
7
'pt-20 sm:p-5' => !$fullscreen,
8
- 'size-full min-w-0 flex pointer-events-none *:pointer-events-auto',
+ 'size-full min-w-0 flex pointer-events-none [&>*]:pointer-events-auto',
9
]) !!} x-data="{
10
modalDirection: {{ Js::from($direction) }},
11
modalPosition: [null, null],
0 commit comments