fix script manager freezing on latest chrome

This commit is contained in:
wh1te909 2021-03-17 17:36:24 +00:00
parent bca85933f7
commit 9348657951
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}