Skip to content

Commit

Permalink
fix: remove z-index on DevTools to prevent overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonehrman committed Jan 14, 2024
1 parent 4705620 commit 2e68c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/client/features/src/accounts-list/AccountDevTools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function AccountDevTools() {
const deduplicateInstitutions = useDeduplicateInstitutions()

return process.env.NODE_ENV === 'development' ? (
<div className="relative mb-12 mx-2 sm:mx-0 p-4 bg-gray-700 rounded-md z-50">
<div className="relative mb-12 mx-2 sm:mx-0 p-4 bg-gray-700 rounded-md">
<h6 className="flex text-red">
Dev Tools <i className="ri-tools-fill ml-1.5" />
</h6>
Expand Down

0 comments on commit 2e68c3c

Please sign in to comment.