Fix mouse cursor on textarea scrollbars (#10630)

This commit is contained in:
dragoon
2025-01-08 18:31:03 +05:30
committed by GitHub
parent c7acb8fbb0
commit 5ea5a6f861

View File

@@ -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);