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
+4
View File
@@ -104,6 +104,10 @@ html, body {
background: rgba(148, 163, 184, 0.8);
}
.overflow-y-overlay {
overflow-y: overlay;
}
/* Custom Date/Time Inputs */
input[type="date"],
input[type="time"],