fix: scrolling problem in Safari (#60)

This commit is contained in:
yanglbme 2021-03-29 10:49:07 +08:00
parent dc8bc8d143
commit 8e3a4ca9d4

View File

@ -154,7 +154,3 @@
width: 0px; width: 0px;
height: 0px; height: 0px;
} }
.codeMirror-wrapper {
height: 100% !important;
}