Skip to content

Commit

Permalink
fix: cannot click on button when no resource on ModSettingPage & Reso…
Browse files Browse the repository at this point in the history
…urcePackSettingPage
  • Loading branch information
ci010 authored and dozono committed Oct 25, 2020
1 parent c836d9c commit 31e6e59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/renderer/windows/main/pages/ModSettingPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@drop="onDropToImport"
>
<v-layout column fill-height style="max-height: 100%">
<v-toolbar dark flat color="transparent">
<v-toolbar dark flat color="transparent" style="z-index: 10">
<v-toolbar-title>{{ $tc("mod.name", 2) }}</v-toolbar-title>
<v-spacer />
<v-tooltip bottom>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
style="overflow: auto"
>
<v-layout row wrap>
<v-toolbar dark flat dense color="transparent">
<v-toolbar dark flat dense color="transparent" style="z-index: 10">
<v-toolbar-title>{{ $tc("resourcepack.name", 2) }}</v-toolbar-title>
<v-spacer />
<!-- <v-tooltip bottom> -->
Expand Down

0 comments on commit 31e6e59

Please sign in to comment.