extend touch-actions block a bit more

This commit is contained in:
Penar Musaraj 2024-12-13 11:03:45 -05:00
parent 174c0f32d7
commit a3f0d08e1a
1 changed files with 4 additions and 2 deletions

View File

@ -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;
}
}