1
0

Fix table view scrolling on mobile

This commit is contained in:
kolaente
2021-07-22 21:48:05 +02:00
parent caf817f25d
commit 5fd7e3f708
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%;
}