From 5ea5a6f861a7ccea79f1dcbe95ae25d490a36ef4 Mon Sep 17 00:00:00 2001 From: dragoon <145993709+draunger@users.noreply.github.com> Date: Wed, 8 Jan 2025 18:31:03 +0530 Subject: [PATCH] Fix mouse cursor on textarea scrollbars (#10630) --- css/80_app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/80_app.css b/css/80_app.css index 555a96d98..ab730d6cd 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -5788,6 +5788,7 @@ li.hide + li.version .badge .tooltip .popover-arrow { border: solid transparent; border-width: 3px 3px 3px 4px; border-radius: 6px; + cursor: auto; } ::-webkit-scrollbar-track:active { background-color: rgba(0,0,0,.05);