aboutsummaryrefslogtreecommitdiff
path: root/htmx/static/pico-1.5.11/scss/layout/_scroller.scss
blob: 9b58ef7b0837293fc06b99cb0d6f1a630350285e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
 * Horizontal scroller (<figure>)
 */

// Wrapper to make any content responsive across all viewports
figure {
  display: block;
  margin: 0;
  padding: 0;
  overflow-x: auto;

  figcaption {
    padding: calc(var(--spacing) * 0.5) 0;
    color: var(--muted-color);
  }
}