extend touch-actions block a bit more
This commit is contained in:
parent
174c0f32d7
commit
a3f0d08e1a
|
@ -81,11 +81,13 @@ html.composer-open.not-mobile-device {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.submit-panel {
|
||||
.submit-panel,
|
||||
.composer-fields,
|
||||
.d-editor-button-bar,
|
||||
textarea:placeholder-shown {
|
||||
// don't allow scrolling in the submit panel
|
||||
// this prevents bubbling to browser, i.e. accidental scrolls
|
||||
touch-action: none;
|
||||
background-color: pink;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue