Skip to content

Commit

Permalink
[5.x] Fix z-index issue when configuring Replicator fields (#10937)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Varga <jason@pixelfear.com>
  • Loading branch information
duncanmcclean and jasonvarga authored Oct 21, 2024
1 parent bd1b44e commit 13d2aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/fields/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
v-text="__('Apply')"
></button>
</header>
<section class="py-4 px-3 md:px-8">
<section class="isolate py-4 px-3 md:px-8">
<div class="tabs-container">
<div class="publish-tabs tabs">
<button class="tab-button"
Expand Down

0 comments on commit 13d2aed

Please sign in to comment.