style: resolve table scrollbar gap by using transparent scroll tracks and linear background gradient on container

This commit is contained in:
2026-05-31 06:19:14 +05:00
parent 360c9edcef
commit 61fd356846
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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 {