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

Text-editor overflow hidden on iPad
pull/11192/merge
Jonathan 2016-10-15 14:11:04 +01:00 committed by GitHub
commit 1c951a2fe5
1 changed files with 5 additions and 0 deletions

View File

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