From d3cc8b0c77191a10e2caba4134285bfe40d88199 Mon Sep 17 00:00:00 2001 From: simon3000 Date: Thu, 11 Jul 2019 22:52:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/StyleGenerator/index.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frontend/src/views/StyleGenerator/index.vue b/frontend/src/views/StyleGenerator/index.vue index d33901f..adc1c2a 100644 --- a/frontend/src/views/StyleGenerator/index.vue +++ b/frontend/src/views/StyleGenerator/index.vue @@ -380,6 +380,14 @@ export default { background-position:0 0, 16px 0, 16px -16px, 0px 16px; padding: 25px; + + resize: both; + overflow: hidden; +} + +#example-container:active { + height: 0; + width: 0; } .app-wrapper.mobile #example-container {