Widen scrollbar so that it can be clicked and dragged with a mouse or trackpad

This commit is contained in:
Taylor Wilsdon 2025-03-17 13:00:55 -04:00
parent 54d5281256
commit 1119b06678

View File

@ -106,7 +106,7 @@ li p {
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
height: 0.4rem; height: 0.8rem;
width: 0.4rem; width: 0.4rem;
} }