Fixed checkbox not being selectable with tab.

This commit is contained in:
flash 2019-05-01 21:50:36 +02:00
parent a595326b51
commit 0cfa891bab

View file

@ -1,6 +1,7 @@
.input__checkbox {
display: inline-flex;
margin: 1px 0;
overflow: hidden;
&:not(&--disabled) {
cursor: pointer;
@ -15,7 +16,7 @@
display: inline-block;
position: absolute;
z-index: -1000;
visibility: hidden;
top: -100%;
}
&__display {