style: auto hide scrollbar when no overflow
This commit is contained in:
parent
8bc42704b9
commit
bb0908067b
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ const description =
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-container {
|
.table-container {
|
||||||
overflow: scroll;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
table th,
|
table th,
|
||||||
table td {
|
table td {
|
||||||
|
|
Loading…
Reference in a new issue