mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
chore(packages): move the packages to root
This commit is contained in:
24
core/src/components/virtual-scroll/virtual-scroll.scss
Normal file
24
core/src/components/virtual-scroll/virtual-scroll.scss
Normal file
@ -0,0 +1,24 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
|
||||
ion-virtual-scroll {
|
||||
position: relative;
|
||||
display: block;
|
||||
|
||||
width: 100%;
|
||||
|
||||
contain: strict;
|
||||
}
|
||||
|
||||
.virtual-loading {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.virtual-item {
|
||||
@include position(0, 0, null, 0);
|
||||
|
||||
position: absolute;
|
||||
|
||||
transition-duration: 0ms;
|
||||
|
||||
will-change: transform;
|
||||
}
|
Reference in New Issue
Block a user