Merge pull request #9907 from craigstroman/fix/text-editor-overflow-ipad

Text-editor overflow hidden on iPad
This commit is contained in:
Jonathan
2016-10-15 14:11:04 +01:00
committed by GitHub

View File

@@ -1140,6 +1140,11 @@ and (max-width : 400px) {
font-size: 17px;
}
.editorScrollDiv {
-webkit-overflow-scrolling: touch;
}
@import "chat.less";
@import 'code-mirror.less';
@import "challenge.less";