mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(covers): absolute positioning
This commit is contained in:
@ -12,10 +12,13 @@ ion-spinner {
|
||||
}
|
||||
|
||||
ion-spinner svg {
|
||||
@include position(0, 0, 0, 0);
|
||||
@include position(0, null, null, 0);
|
||||
|
||||
position: absolute;
|
||||
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
transform: translateZ(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user