mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 07:25:19 +02:00
fix: remove z-index on DevTools to prevent overlap
This commit is contained in:
parent
47056203d0
commit
2e68c3cb86
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue