+ to the git
This commit is contained in:
12
public/stylesheets/pico/layout/_overflow-auto.scss
Normal file
12
public/stylesheets/pico/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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user