Text-editor overflow hidden on iPad.

This commit is contained in:
craigstroman
2016-07-26 21:38:41 -04:00
parent b83c716f33
commit b594f4ccdf

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";