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%;
}