fix(all): absolute positioning

This commit is contained in:
Manu Mtz.-Almeida
2018-03-22 16:49:12 +01:00
parent b29fce1b8f
commit 4fcddadcc9
15 changed files with 16 additions and 61 deletions

View File

@@ -63,12 +63,9 @@ input.native-input:-webkit-autofill {
// The input cover is not clickable when the input is disabled
.input-cover {
@include position(0, null, null, 0);
@include position(0, 0, 0, 0);
position: absolute;
width: 100%;
height: 100%;
}
.input[disabled] .input-cover {