style: use overlay scrollbar styling for tables to eliminate background width gap on the right

This commit is contained in:
2026-05-31 06:13:39 +05:00
parent 42d6910ae7
commit 360c9edcef
3 changed files with 8 additions and 13 deletions
+3 -12
View File
@@ -889,9 +889,6 @@
text-overflow: ellipsis;
white-space: nowrap;
}
.overflow-auto {
overflow: auto;
}
.overflow-hidden {
overflow: hidden;
}
@@ -1064,12 +1061,6 @@
.border-slate-900 {
border-color: var(--color-slate-900);
}
.border-slate-900\/50 {
border-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 50%, transparent);
@supports (color: color-mix(in lab, red, red)) {
border-color: color-mix(in oklab, var(--color-slate-900) 50%, transparent);
}
}
.border-slate-950 {
border-color: var(--color-slate-950);
}
@@ -1085,9 +1076,6 @@
.bg-\[\#1e293b\] {
background-color: #1e293b;
}
.bg-\[\#1e293b\]\/20 {
background-color: color-mix(in oklab, #1e293b 20%, transparent);
}
.bg-\[\#1e293b\]\/30 {
background-color: color-mix(in oklab, #1e293b 30%, transparent);
}
@@ -2579,6 +2567,9 @@ html, body {
::-webkit-scrollbar-thumb:hover {
background: rgba(148, 163, 184, 0.8);
}
.overflow-y-overlay {
overflow-y: overlay;
}
input[type="date"], input[type="time"], input[type="datetime-local"] {
position: relative;
padding-left: 0.5rem !important;