From d07ee76784b74f28ec7bbe9b16ab8cc6ffbb8e7c Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sat, 21 Dec 2024 17:48:12 +0200 Subject: [PATCH] Add overscroll contain for edit textarea --- public/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/style.css b/public/style.css index d47c8aaf6..725b33514 100644 --- a/public/style.css +++ b/public/style.css @@ -4113,6 +4113,7 @@ input[type="range"]::-webkit-slider-thumb { max-height: 75vh; max-height: 75dvh; field-sizing: content; + overscroll-behavior-y: contain; } #anchor_order {