Add overscroll contain for edit textarea

This commit is contained in:
Cohee
2024-12-21 17:48:12 +02:00
parent 252043ae11
commit d07ee76784

View File

@ -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 {