style: resolve table scrollbar gap by using transparent scroll tracks and linear background gradient on container
This commit is contained in:
+2
-2
@@ -2545,7 +2545,7 @@ html, body {
|
||||
}
|
||||
* {
|
||||
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 {
|
||||
width: 8px;
|
||||
@@ -2555,7 +2555,7 @@ html, body {
|
||||
display: none;
|
||||
}
|
||||
::-webkit-scrollbar-track {
|
||||
background: rgba(15, 23, 42, 0.4);
|
||||
background: transparent;
|
||||
border-radius: 9999px;
|
||||
}
|
||||
::-webkit-scrollbar-thumb {
|
||||
|
||||
Reference in New Issue
Block a user