Text-editor overflow hidden on iPad.

pull/9907/head
craigstroman 2016-07-27 08:27:45 -04:00
parent b594f4ccdf
commit 18e1b2e478
1 changed files with 1 additions and 1 deletions

View File

@ -1175,7 +1175,7 @@ and (max-width : 400px) {
font-size: 17px;
}
// Challange editor CSS for iOS. Issue 9104.
.editorScrollDiv {
-webkit-overflow-scrolling: touch;
}