removed abs positioning

This commit is contained in:
Thomas 2022-04-09 19:03:19 -05:00
parent 8fbab92e1b
commit 3071947c28

View File

@ -14,7 +14,7 @@ const props = defineProps({
:grid="[stepX, stepY]" :grid="[stepX, stepY]"
:default-position="{ x: props.value.x, y: props.value.y }" :default-position="{ x: props.value.x, y: props.value.y }"
> >
<div style="display: flex; bottom: 10px; right: 0"> <div style="display: flex;">
<q-card flat bordered> <q-card flat bordered>
<q-card-section style="padding: 0"> <q-card-section style="padding: 0">
<div class="row items-center no-wrap"> <div class="row items-center no-wrap">