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 {
|
.plot {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
|
||||||
|
table {
|
||||||
|
min-width: 40rem;
|
||||||
|
}
|
||||||
|
|
||||||
td.bar {
|
td.bar {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@media (width < 720px) {
|
|
||||||
width: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
div {
|
div {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in a new issue