diff --git a/example/src/App.vue b/example/src/App.vue index bf595207d17d863718b8f391b5fdd9a13c32b172..c3e9ee40a22b3ff1885f61535a4b6cd81693ec09 100644 --- a/example/src/App.vue +++ b/example/src/App.vue @@ -63,7 +63,9 @@ import NumberCounter from "./components/NumberCounter.vue"; <number-counter v-model="item.data.num"></number-counter> </template> <template #highlight> - <div ref="highlight" class="custom-highlight">Das hier ist das Highlight</div> + <div ref="highlight" class="custom-highlight"> + Das hier ist das Highlight + </div> </template> </drag-grid> <span>↠Drag here please →</span> diff --git a/src/DragGrid.vue b/src/DragGrid.vue index dc69c5289116ebf3ebf996789453e73c1cd64449..15a46978ec7ee02fbf30298270399b74361d7d45 100644 --- a/src/DragGrid.vue +++ b/src/DragGrid.vue @@ -224,7 +224,7 @@ export default { background: darkgrey; border: grey dashed 2px; width: 100%; - height: 100% + height: 100%; } .highlight-container {