mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 10:46:14 -04:00
feat: overflow-auto
This commit is contained in:
parent
d07f4b4960
commit
f958109248
45 changed files with 296 additions and 2 deletions
|
@ -715,6 +715,13 @@ main {
|
|||
min-width: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Overflow auto
|
||||
*/
|
||||
.pico .overflow-auto {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
* Link
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue