mirror of
https://github.com/picocss/pico.git
synced 2025-04-27 11:36:14 -04:00
feat: overflow-auto
This commit is contained in:
parent
d07f4b4960
commit
f958109248
45 changed files with 296 additions and 2 deletions
12
scss/layout/_overflow-auto.scss
Normal file
12
scss/layout/_overflow-auto.scss
Normal file
|
@ -0,0 +1,12 @@
|
|||
@use "sass:map";
|
||||
@use "../settings" as *;
|
||||
|
||||
@if map.get($modules, "layout/overflow-auto") and $enable-classes {
|
||||
/**
|
||||
* Overflow auto
|
||||
*/
|
||||
|
||||
#{$parent-selector} .overflow-auto {
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue