Misc Testing

This commit is contained in:
2025-03-30 05:50:18 -06:00
parent 1239f57b46
commit c930f310eb
7 changed files with 49 additions and 29 deletions

View File

@ -20,4 +20,11 @@
rgba(9, 44, 68, 0.7) 100% /* Deep blue at the bottom */
);
z-index: -1; /* Ensures it stays behind the React Flow elements */
}
}
/* Emphasize Drag & Drop Node Functionality */
.sidebar-button:hover {
background-color: #2a2a2a !important;
box-shadow: 0 0 5px rgba(88, 166, 255, 0.3);
cursor: grab;
}