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 {
|
swp-schedule-scroll {
|
||||||
display: block;
|
display: block;
|
||||||
width: fit-content;
|
|
||||||
max-width: var(--page-max-width);
|
max-width: var(--page-max-width);
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
|
@ -896,7 +895,7 @@ swp-schedule-scroll {
|
||||||
swp-schedule-table {
|
swp-schedule-table {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 180px repeat(7, minmax(100px, 1fr));
|
grid-template-columns: 180px repeat(7, minmax(100px, 1fr));
|
||||||
width: max-content;
|
min-width: max-content;
|
||||||
border-radius: var(--radius-md);
|
border-radius: var(--radius-md);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border: 1px solid var(--color-border);
|
border: 1px solid var(--color-border);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue