Skip to content

Commit 5902e9a

Browse files
authored
[6.x] Floating toolbar pointer improvements (#13712)
1 parent 592f24d commit 5902e9a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

resources/js/components/ui/Listing/BulkActions.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ function actionFailed(response) {
5757
v-if="visible"
5858
layout
5959
data-floating-toolbar
60-
class="sticky inset-x-0 bottom-1 sm:bottom-6 z-100 flex w-full max-w-[95vw] mx-auto justify-center "
60+
class="pointer-events-none sticky inset-x-0 bottom-1 sm:bottom-6 z-(--z-index-above) flex w-full max-w-[95vw] mx-auto justify-center"
6161
:initial="{ y: 100, opacity: 0 }"
6262
:animate="{ y: 0, opacity: 1 }"
6363
:transition="{ duration: 0.2, ease: 'easeInOut' }"
6464
>
65-
<div class="space-y-3 rounded-xl border border-gray-300/60 dark:border-gray-700 p-1 bg-gray-200/55 shadow-[0_1px_16px_-2px_rgba(63,63,71,0.2)] dark:bg-gray-800 dark:shadow-[0_10px_15px_rgba(0,0,0,.5)] dark:inset-shadow-2xs dark:inset-shadow-white/10">
65+
<div class="pointer-events-auto space-y-3 rounded-xl border border-gray-300/60 dark:border-gray-700 p-1 bg-gray-200/55 shadow-[0_1px_16px_-2px_rgba(63,63,71,0.2)] dark:bg-gray-800 dark:shadow-[0_10px_15px_rgba(0,0,0,.5)] dark:inset-shadow-2xs dark:inset-shadow-white/10">
6666
<ButtonGroup>
6767
<Button
6868
class="text-blue-500!"

0 commit comments

Comments
 (0)