chore: table scroll contain

This commit is contained in:
Cory Dransfeldt 2024-05-06 09:14:06 -07:00 committed by GitHub
parent ba8948e599
commit 5ef1ae9d03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -201,6 +201,7 @@ hr {
table {
display: block;
overflow-x: scroll;
overscroll-behavior: contain;
width: 100%;
max-width: fit-content;
margin: 0 auto;