feat: improve UX by changing cursor to grab on blockchain wrapper

This commit is contained in:
Levi_PM241595 2026-02-14 08:51:33 -06:00 committed by GitHub
parent 16907fc207
commit 134df3724b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -113,4 +113,12 @@
.blockchain-wrapper .blocks-wrapper {
direction: rtl;
}
}
}
.blockchain-wrapper {
cursor: grab;
}
.blockchain-wrapper:active {
cursor: grabbing;
}