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
@@ -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;
}