We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981b667 commit 1e21f4bCopy full SHA for 1e21f4b
web/src/components/table.module.css
@@ -9,6 +9,8 @@
9
.container {
10
margin-top: 0.5rem;
11
animation: tableLoad 0.3s ease;
12
+ overflow-x: auto;
13
+ height: 100%;
14
}
15
16
@keyframes tableLoad {
0 commit comments