Got drag-n-drop to schedule working.
This commit is contained in:
parent
90be85de26
commit
85bbe39578
6 changed files with 152 additions and 47 deletions
|
|
@ -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%;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue