mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
9 lines
159 B
SCSS
9 lines
159 B
SCSS
/**
|
|
* Scroll is the scroll view component available for complex and custom
|
|
* scroll view functionality.
|
|
*/
|
|
.scroll {
|
|
position: absolute;
|
|
width: 100%;
|
|
}
|