mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-22 22:00:50 -04:00
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