fix: comment out box-shadow on hover effect for sortable items

This commit is contained in:
alexsparkes
2026-01-28 16:37:03 +00:00
parent 6c73bdb156
commit 0c9a90d693

View File

@@ -126,7 +126,7 @@
&:hover {
transform: translateY(-4px);
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
// box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
.image-nav-buttons {
opacity: 1;