From 9348657951d206c6f3d3db9c67cfdae2f720d143 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Wed, 17 Mar 2021 17:36:24 +0000 Subject: [PATCH] fix script manager freezing on latest chrome --- web/src/components/modals/scripts/ScriptFormModal.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/modals/scripts/ScriptFormModal.vue b/web/src/components/modals/scripts/ScriptFormModal.vue index 068e5d36..f930c96a 100644 --- a/web/src/components/modals/scripts/ScriptFormModal.vue +++ b/web/src/components/modals/scripts/ScriptFormModal.vue @@ -254,7 +254,7 @@ export default { } .prism-editor__container { - height: 60000em; + height: 30000em; } /* optional class for removing the outline */ @@ -264,7 +264,7 @@ export default { .prism-editor__textarea, .prism-editor__container { - width: 10000em !important; + width: 1000em !important; -ms-overflow-style: none; scrollbar-width: none; }