Fix history plot on mobile

This commit is contained in:
Edgar P. Burkhart 2024-12-30 18:14:10 +01:00
parent 5d6bd9ea2b
commit 886e682650
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -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;