Skip to content

Commit d0d9402

Browse files
committed
feat: added appearance: none in example styling to make svelte happy
1 parent f3275a2 commit d0d9402

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/routes/examples/elements-of-equal-height/+page.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
8484
:global(input[type='range']) {
8585
-webkit-appearance: none;
86+
appearance: none;
8687
width: 100%;
8788
height: 10px;
8889
border-radius: 5px;

0 commit comments

Comments
 (0)