style: resolve table scrollbar gap by using transparent scroll tracks and linear background gradient on container
This commit is contained in:
+2
-2
@@ -76,7 +76,7 @@ html, body {
|
||||
/* Custom Scrollbars */
|
||||
* {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: rgba(100, 116, 139, 0.5) rgba(15, 23, 42, 0.4);
|
||||
scrollbar-color: rgba(100, 116, 139, 0.5) transparent;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
@@ -89,7 +89,7 @@ html, body {
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background: rgba(15, 23, 42, 0.4);
|
||||
background: transparent;
|
||||
border-radius: 9999px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user