From 7e4c938dfde7b98e1db4924f998b61a95245915e Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Tue, 3 Nov 2020 14:42:02 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=BD=D0=B5=D0=B1=D0=BE=D0=BB=D1=8C=D1=88=D0=BE?= =?UTF-8?q?=D0=B9=20=D0=B1=D0=B0=D0=B3=20=D0=BE=D1=82=D0=BE=D0=B1=D1=80?= =?UTF-8?q?=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=BE=D0=BA=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/share/Window.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/components/share/Window.vue b/client/components/share/Window.vue index 98c816cc..7180a6c4 100644 --- a/client/components/share/Window.vue +++ b/client/components/share/Window.vue @@ -32,6 +32,9 @@ export default @Component({ class Window extends Vue { init() { this.$nextTick(() => { + this.$refs.main.style.top = 0; + this.$refs.main.style.left = 0; + this.$refs.windowBox.style.height = this.height; this.$refs.windowBox.style.width = this.width; if (this.maxWidth) @@ -124,7 +127,6 @@ class Window extends Vue { .main { background-color: transparent !important; z-index: 50; - overflow: hidden; } .xyfit {