Add overscroll contain for edit textarea
| @@ -4113,6 +4113,7 @@ input[type="range"]::-webkit-slider-thumb { | ||
| 4113 | 4113 | max-height: 75vh; |
| 4114 | 4114 | max-height: 75dvh; |
| 4115 | 4115 | field-sizing: content; |
| 4116 | + overscroll-behavior-y: contain; | |
| 4116 | 4117 | } |
| 4117 | 4118 | |
| 4118 | 4119 | #anchor_order { |