Merge pull request #9907 from craigstroman/fix/text-editor-overflow-ipad
Text-editor overflow hidden on iPad
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user