Text-editor overflow hidden on iPad.

pull/9907/head
craigstroman 2016-07-26 21:38:41 -04:00
parent b83c716f33
commit b594f4ccdf
1 changed files with 5 additions and 0 deletions

View File

@ -1175,6 +1175,11 @@ and (max-width : 400px) {
font-size: 17px;
}
// Challange editor CSS for iOS. Issue 9104.
.editorScrollDiv {
-webkit-overflow-scrolling: touch;
}
@import "chat.less";
@import "jobs.less";
@import "challenge.less";