Fix history plot on mobile
This commit is contained in:
parent
5d6bd9ea2b
commit
886e682650
1 changed files with 4 additions and 3 deletions
|
@ -5,13 +5,14 @@ table.full-width col.bar {
|
|||
.plot {
|
||||
overflow-x: auto;
|
||||
|
||||
table {
|
||||
min-width: 40rem;
|
||||
}
|
||||
|
||||
td.bar {
|
||||
position: relative;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
@media (width < 720px) {
|
||||
width: 0;
|
||||
}
|
||||
|
||||
div {
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in a new issue