mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-27 04:43:12 +03:00
Fixed horizontal scroll in editor on iOS
This commit is contained in:
parent
99576c2da3
commit
f65b07c589
@ -372,6 +372,7 @@
|
|||||||
z-index: 0;
|
z-index: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -490,6 +491,7 @@
|
|||||||
height: 26px;
|
height: 26px;
|
||||||
min-height: 26px;
|
min-height: 26px;
|
||||||
margin-bottom: -26px;
|
margin-bottom: -26px;
|
||||||
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-editor .CodeMirror pre {
|
.gh-editor .CodeMirror pre {
|
||||||
|
Loading…
Reference in New Issue
Block a user