working scrolbar
This commit is contained in:
parent
4fc8661adb
commit
61b777b61c
1 changed files with 1 additions and 2 deletions
|
|
@ -884,7 +884,6 @@ swp-data-row.focus-highlight {
|
|||
=========================================== */
|
||||
swp-schedule-scroll {
|
||||
display: block;
|
||||
width: fit-content;
|
||||
max-width: var(--page-max-width);
|
||||
margin: 0 auto;
|
||||
overflow-x: auto;
|
||||
|
|
@ -896,7 +895,7 @@ swp-schedule-scroll {
|
|||
swp-schedule-table {
|
||||
display: grid;
|
||||
grid-template-columns: 180px repeat(7, minmax(100px, 1fr));
|
||||
width: max-content;
|
||||
min-width: max-content;
|
||||
border-radius: var(--radius-md);
|
||||
overflow: hidden;
|
||||
border: 1px solid var(--color-border);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue