Fix table selector
This commit is contained in:
@@ -248,14 +248,14 @@
|
|||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sp-data-table-container > div::-webkit-scrollbar {
|
.sp-data-table-container::-webkit-scrollbar {
|
||||||
height:12px;
|
height:12px;
|
||||||
}
|
}
|
||||||
.sp-data-table-container > div::-webkit-scrollbar-track {
|
.sp-data-table-container::-webkit-scrollbar-track {
|
||||||
box-shadow:0 0 2px rgba(0,0,0,0.15) inset;
|
box-shadow:0 0 2px rgba(0,0,0,0.15) inset;
|
||||||
background:#f0f0f0;
|
background:#f0f0f0;
|
||||||
}
|
}
|
||||||
.sp-data-table-container > div::-webkit-scrollbar-thumb {
|
.sp-data-table-container::-webkit-scrollbar-thumb {
|
||||||
border-radius:6px;
|
border-radius:6px;
|
||||||
background:#ccc;
|
background:#ccc;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user