Got drag-n-drop to schedule working.

This commit is contained in:
rainbow napkin 2025-02-03 22:13:51 -05:00
parent 90be85de26
commit 85bbe39578
6 changed files with 152 additions and 47 deletions

View file

@ -108,6 +108,10 @@ div#chat-panel-main-div{
width: 0.6em;
}
#chat-panel-users-drag-handle{
z-index: 2;
}
#chat-panel-multipanel-div{
height: 100%;
}

View file

@ -96,11 +96,18 @@ div.queue-entry{
right: 0;
left: 0;
cursor:grab;
display: flex;
justify-content: center;
align-items: center;
}
div.queue-entry a{
position: relative;
div.queue-entry p{
z-index: 2;
pointer-events: none;
}
div.dragging-queue-entry{
z-index: 3;
}
#time-marker{