Skip to content
Snippets Groups Projects
Commit 3268c30c authored by Julian's avatar Julian
Browse files

Isolate stacking context of dragged items

parent b135910c
No related branches found
No related tags found
1 merge request!2Resolve "Implement basic functionality"
...@@ -330,5 +330,6 @@ export default { ...@@ -330,5 +330,6 @@ export default {
min-height: 100px; min-height: 100px;
gap: 1em; gap: 1em;
touch-action: none; touch-action: none;
isolation: isolate;
} }
</style> </style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment