Fixed checkbox not being selectable with tab.
This commit is contained in:
parent
a595326b51
commit
0cfa891bab
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue