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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user