Skip to content

Commit

Permalink
UX: prevent overscroll behaviour in composer (#23056)
Browse files Browse the repository at this point in the history
  • Loading branch information
chapoi committed Aug 10, 2023
1 parent 2ecc829 commit bda3ead
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/assets/stylesheets/common/d-editor.scss
Expand Up @@ -64,6 +64,7 @@
overflow: auto;
cursor: default;
-webkit-overflow-scrolling: touch;
overscroll-behavior: contain;
}

.d-editor-input,
Expand All @@ -83,6 +84,7 @@
padding: 10px;
height: 100%;
overflow-x: hidden;
overscroll-behavior: contain;
resize: none;
}

Expand Down

0 comments on commit bda3ead

Please sign in to comment.