things are on top always now!
Some checks failed
build / Build, lint, and test on Node.js ${{ matrix.node }} (18) (push) Has been cancelled
build / Build, lint, and test on Node.js ${{ matrix.node }} (20) (push) Has been cancelled

This commit is contained in:
cchang-vassar 2025-05-04 23:57:00 -07:00
parent 1d6e191c3d
commit 2c103e5b44

View File

@ -3,5 +3,6 @@
user-select: none; /* disable text selection */
-webkit-user-drag: none; /* disable Safari ghost */
-moz-user-select: none;
z-index: 100; /* make sure the dragged item is on top */
}