Skip to content

Commit 24e07ca

Browse files
authored
Merge pull request #232 from Geode-solutions/fix_scoped_hybridrenderingview
fix(Style): Changing style scoped to style only
2 parents 9f2aa5b + 1f7c496 commit 24e07ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/HybridRenderingView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
}
6767
</script>
6868
69-
<style scoped>
69+
<style>
7070
img {
7171
pointer-events: none;
7272
}

0 commit comments

Comments
 (0)