mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
fix(covers): absolute positioning
This commit is contained in:
@ -9,11 +9,14 @@ ion-checkbox {
|
||||
}
|
||||
|
||||
ion-checkbox input {
|
||||
@include position(0, 0, 0, 0);
|
||||
@include position(0, null, null, 0);
|
||||
@include margin(0);
|
||||
|
||||
position: absolute;
|
||||
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
border: 0;
|
||||
background: transparent;
|
||||
cursor: pointer;
|
||||
|
Reference in New Issue
Block a user