Skip to content

Commit

Permalink
update: tab-wrapper z-index to fix modal conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
osmansufy committed Jan 20, 2025
1 parent 00d3c5d commit 41817d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/admin/pages/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<div class="dokan-settings-wrap " ref='settingsWrapper'>
<div class='flex d-xs:flex-col lg:flex-row w-full'>
<div class="nav-tab-wrapper d-xs:!pb-5 d-xs:!pt-5 px-4 py-2 lg:overflow-hidden d-xs:w-full z-[500] w-[250px] flex-1 lg:w-[340px]">
<div class="nav-tab-wrapper d-xs:!pb-5 d-xs:!pt-5 px-4 py-2 z-[1] lg:overflow-hidden d-xs:w-full w-[250px] flex-1 lg:w-[340px]">
<div class="nab-section block">
<div class="flex gap-4 items-center">
<!-- Mobile menu toggle button -->
Expand Down

0 comments on commit 41817d1

Please sign in to comment.