From 3268c30c4a82132828dfa6eefdb14ad0a46051f2 Mon Sep 17 00:00:00 2001
From: Julian Leucker <leuckerj@gmail.com>
Date: Thu, 2 Mar 2023 01:06:23 +0100
Subject: [PATCH] Isolate stacking context of dragged items

---
 src/DragGrid.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/DragGrid.vue b/src/DragGrid.vue
index 94079e3..025bdfe 100644
--- a/src/DragGrid.vue
+++ b/src/DragGrid.vue
@@ -330,5 +330,6 @@ export default {
   min-height: 100px;
   gap: 1em;
   touch-action: none;
+  isolation: isolate;
 }
 </style>
-- 
GitLab