temperature chart and table alignments
This commit is contained in:
@@ -106,12 +106,18 @@
|
||||
column on md+ (main has 2rem padding) for extra readability. */
|
||||
margin-left: -0.75rem;
|
||||
margin-right: -0.75rem;
|
||||
/* overflow-y is pinned (never `visible`): a bare `overflow-x: auto`
|
||||
makes the browser compute overflow-y as `auto` too, which turns the
|
||||
chart into a 1-2px vertical micro-scroller that swallows page scroll. */
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.chart-bleed.no-bleed {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
/* content fits the column, so no horizontal scroller is needed */
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.chart-container {
|
||||
|
||||
Reference in New Issue
Block a user