Skip to content

Commit

Permalink
Fix vue toolbar scoped css issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanblinov2k17 committed Jul 23, 2024
1 parent 0928bfc commit 4e1598d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/demos/Demos/DataGrid/ToolbarCustomization/Vue/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const refreshDataGrid = () => {
dataGridRef.value!.instance!.refresh();
};
</script>
<style scoped>
<style>
#gridContainer .informer {
display: grid;
Expand Down

0 comments on commit 4e1598d

Please sign in to comment.