Skip to content

Commit

Permalink
fix(ld-radio): disabled background color on mobile safari
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdiakur committed Aug 29, 2023
1 parent b8a00a6 commit 87f228c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/liquid/components/ld-radio/ld-radio.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,13 @@

input {
appearance: none;
position: absolute;
inset: 0;
z-index: 1;
width: 100%;
background-color: transparent; /* Required for Mobile Sarari */
height: 100%;
inset: 0;
margin: 0;
position: absolute;
width: 100%;
z-index: 1;

&:checked {
~ .ld-radio__dot {
Expand Down

0 comments on commit 87f228c

Please sign in to comment.