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

Use correct positioning for dragitems

parent 2a494077
No related branches found
No related tags found
1 merge request!11Overlapping items in a column
......@@ -146,5 +146,6 @@ export default {
z-index: v-bind(zIndex);
width: v-bind(width);
left: v-bind(left);
position: relative;
}
</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