1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-12-02 20:22:52 +00:00

disable scroll anchoring on edit

This commit is contained in:
Laura
2025-09-27 23:43:03 +02:00
parent a8991dd0a9
commit 7d16b5e6e8

View File

@@ -398,6 +398,10 @@ body:not(.loading) #loading {
margin-top: 5px; margin-top: 5px;
} }
.message.editing {
overflow-anchor: none;
}
.message:not(.editing) textarea.text, .message:not(.editing) textarea.text,
.message.editing div.text { .message.editing div.text {
display: none; display: none;