Skip to content

Commit 3db1b6c

Browse files
committed
What is going on with the preview deploy
1 parent a815d3c commit 3db1b6c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs-app/public/docs/3-ui/switch.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ const toggleTheme = (e) =>
8282
8383
8484
input[type='checkbox'][role='switch'] {
85+
touch-action: pan-y;
8586
opacity: 0;
8687
position: absolute;
8788
}
@@ -96,6 +97,7 @@ const toggleTheme = (e) =>
9697
}
9798
9899
label {
100+
touch-action: pan-y;
99101
background-color: #aaaaff;
100102
border: 1px solid;
101103
width: 60px;

0 commit comments

Comments
 (0)