mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(covers): absolute positioning
This commit is contained in:
@@ -63,9 +63,12 @@ input.native-input:-webkit-autofill {
|
||||
// The input cover is not clickable when the input is disabled
|
||||
|
||||
.input-cover {
|
||||
@include position(0, 0, 0, 0);
|
||||
@include position(0, null, null, 0);
|
||||
|
||||
position: absolute;
|
||||
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.input[disabled] .input-cover {
|
||||
|
||||
Reference in New Issue
Block a user