UX: prevent overscroll behaviour in composer (#23056)

This commit is contained in:
chapoi 2023-08-10 10:23:41 +02:00 committed by GitHub
parent 2ecc8291e8
commit bda3ead644
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,7 @@
overflow: auto;
cursor: default;
-webkit-overflow-scrolling: touch;
overscroll-behavior: contain;
}
.d-editor-input,
@ -83,6 +84,7 @@
padding: 10px;
height: 100%;
overflow-x: hidden;
overscroll-behavior: contain;
resize: none;
}