Skip to content

Commit 0a7857d

Browse files
authored
Fixed an issue preventing users from creating multiple bundles (#7787)
1 parent 4bacb55 commit 0a7857d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files/UserControls/Widgets/BundlesWidget.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</UserControl.Resources>
2121

2222
<Grid>
23-
<Grid>
23+
<Grid Canvas.ZIndex="10">
2424
<Grid.ColumnDefinitions>
2525
<ColumnDefinition />
2626
<ColumnDefinition />

0 commit comments

Comments
 (0)