Text-editor overflow hidden on iPad.
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user