mirror of
https://github.com/picocss/pico.git
synced 2025-04-22 09:26:14 -04:00
feat: remove horizontal scroller
This commit is contained in:
parent
d1932eb325
commit
d3455eaca1
125 changed files with 4 additions and 1679 deletions
|
@ -591,20 +591,6 @@ section {
|
|||
margin-bottom: var(--pico-block-spacing-vertical);
|
||||
}
|
||||
|
||||
/**
|
||||
* Horizontal scroller (<figure>)
|
||||
*/
|
||||
figure {
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow-x: auto;
|
||||
}
|
||||
figure figcaption {
|
||||
padding: calc(var(--pico-spacing) * 0.5) 0;
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
|
||||
/**
|
||||
* Link
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue