Skip to content

Commit

Permalink
Merge pull request #4882 from nextcloud-libraries/fix/checkbox-radio-…
Browse files Browse the repository at this point in the history
…switch--hidden-input-position

fix(NcCheckboxRadioSwitch): visually hidden input position
  • Loading branch information
Pytal committed Nov 28, 2023
2 parents d4bcd4c + 8269af2 commit 8c16c4b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -609,6 +609,7 @@ export default {
font-size: var(--default-font-size);
line-height: var(--default-line-height);
padding: 0;
position: relative;
&__input {
position: absolute;
Expand Down

0 comments on commit 8c16c4b

Please sign in to comment.