diff --git a/ui/src/components/DoorMapEditor.vue b/ui/src/components/DoorMapEditor.vue index 8d6b2f8..cf181e3 100644 --- a/ui/src/components/DoorMapEditor.vue +++ b/ui/src/components/DoorMapEditor.vue @@ -55,8 +55,6 @@ div { #rectpad { position: absolute; z-index: 2; - height: 100%; - width: 100%; } } \ No newline at end of file diff --git a/ui/src/components/rects/RectPad.vue b/ui/src/components/rects/RectPad.vue index 5e04979..8a836ef 100644 --- a/ui/src/components/rects/RectPad.vue +++ b/ui/src/components/rects/RectPad.vue @@ -151,5 +151,7 @@ export default class RectPad extends Vue { \ No newline at end of file