fix script manager freezing on latest chrome
This commit is contained in:
parent
bca85933f7
commit
9348657951
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue