drag and drop updated
This commit is contained in:
10
src/App.css
10
src/App.css
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user