Skip to content

Commit 1e21f4b

Browse files
fix: table overflow on mobile
Signed-off-by: Henry Gressmann <[email protected]>
1 parent 981b667 commit 1e21f4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/src/components/table.module.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
.container {
1010
margin-top: 0.5rem;
1111
animation: tableLoad 0.3s ease;
12+
overflow-x: auto;
13+
height: 100%;
1214
}
1315

1416
@keyframes tableLoad {

0 commit comments

Comments
 (0)