style: use overlay scrollbar styling for tables to eliminate background width gap on the right
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user