Skip to content

Commit

Permalink
fix (showcase): unscoped style broke playground textareas
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafoscili committed Oct 16, 2024
1 parent 6198a3e commit c3be229
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default {
};
</script>

<style>
<style scoped>
pre {
height: 200px;
overflow-y: auto;
Expand Down

0 comments on commit c3be229

Please sign in to comment.