Fix table view scrolling on mobile

This commit is contained in:
kolaente 2021-07-22 21:48:05 +02:00
parent caf817f25d
commit 5fd7e3f708
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
2 changed files with 147 additions and 116 deletions

View file

@ -64,6 +64,11 @@ h6 {
overflow: visible;
}
.has-horizontal-overflow {
overflow-y: hidden;
overflow-x: auto;
}
.image.is-avatar {
border-radius: 100%;
}