Skip to content

Commit afc4f86

Browse files
authored
Fix class selector in Fully Featured example
The global selector must use a proper CSS class selector to target the custom-dropzone class correctly.
1 parent b3ad944 commit afc4f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/views/FullyFeaturedDropzoneView.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</script>
2323

2424
<style>
25-
:global(custom-dropzone) {
25+
:global(.custom-dropzone) {
2626
}
2727
</style>
2828

0 commit comments

Comments
 (0)