Fix table view scrolling on mobile
This commit is contained in:
@ -64,6 +64,11 @@ h6 {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.has-horizontal-overflow {
|
||||
overflow-y: hidden;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.image.is-avatar {
|
||||
border-radius: 100%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user