drag and drop updated

This commit is contained in:
2024-07-08 12:22:27 +05:30
parent df2a12dff3
commit 5ceba1f8b9
16 changed files with 859 additions and 315 deletions

View File

@@ -158,6 +158,11 @@
animation-iteration-count: 1;
}
.table-scroll::-webkit-scrollbar{
width: 2px !important;
height: 10px !important;
}
/* Total scrollbar width */
::-webkit-scrollbar {
width: 2px;
@@ -167,14 +172,13 @@
/* The track (background) of the scrollbar */
::-webkit-scrollbar-track {
background: transparent;
border-radius: 10px;
border-radius: 0px;
}
/* The draggable scrollbar handle */
::-webkit-scrollbar-thumb {
background: #0041184f;
border-radius: 10px;
border-radius: 0px;
cursor: grabbing;
}