chore: table scroll contain
This commit is contained in:
parent
ba8948e599
commit
5ef1ae9d03
1 changed files with 1 additions and 0 deletions
|
@ -201,6 +201,7 @@ hr {
|
|||
table {
|
||||
display: block;
|
||||
overflow-x: scroll;
|
||||
overscroll-behavior: contain;
|
||||
width: 100%;
|
||||
max-width: fit-content;
|
||||
margin: 0 auto;
|
||||
|
|
Reference in a new issue