Fixed horizontal scroll in editor on iOS
This commit is contained in:
parent
99576c2da3
commit
f65b07c589
@ -372,6 +372,7 @@
|
||||
z-index: 0;
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
@ -490,6 +491,7 @@
|
||||
height: 26px;
|
||||
min-height: 26px;
|
||||
margin-bottom: -26px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.gh-editor .CodeMirror pre {
|
||||
|
Loading…
Reference in New Issue
Block a user