mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 11:52:56 +08:00
UX: prevent overscroll behaviour in composer (#23056)
This commit is contained in:
parent
2ecc8291e8
commit
bda3ead644
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user