I'm trying to build a calendar for practice, but I ran into a problem that I can't solve.
If you run the example, You will see the words: Group Title
and Test
.
When you use the scroll you will notice that Group Title
and Test
disappears (Of course).
Is there a way to let those stay at the left all the time.
Fiddle Link because I cant post the demo in a snippet because it's over the 30000 character limit.
<li class="Groups_7b64f687">
<div class="Group_7b64f687">
<div class="Name_7b64f687" style="">Group Title</div>
<div class="Tasks_7b64f687">
<div class="Task_7b64f687">
<div class="TaskName_7b64f687">Test</div>
</div>
</div>
</div>
</li>