Add overscroll contain for edit textarea

d07ee76784b74f28ec7bbe9b16ab8cc6ffbb8e7c

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -0Showing whitespace changes
public/style.css+1 -0
@@ -4113,6 +4113,7 @@ input[type="range"]::-webkit-slider-thumb {
4113 max-height: 75vh;4113 max-height: 75vh;
4114 max-height: 75dvh;4114 max-height: 75dvh;
4115 field-sizing: content;4115 field-sizing: content;
4116 overscroll-behavior-y: contain;
4116}4117}
41174118
4118#anchor_order {4119#anchor_order {