Fix table view scrolling on mobile
This commit is contained in:
parent
caf817f25d
commit
5fd7e3f708
2 changed files with 147 additions and 116 deletions
|
|
@ -64,6 +64,11 @@ h6 {
|
|||
overflow: visible;
|
||||
}
|
||||
|
||||
.has-horizontal-overflow {
|
||||
overflow-y: hidden;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.image.is-avatar {
|
||||
border-radius: 100%;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue