1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 07:25:19 +02:00

Merge pull request #57 from coltonehrman/fix/z-overlap

fix: remove z-index on DevTools to prevent overlap
This commit is contained in:
Josh Pigford 2024-01-14 13:38:18 -06:00 committed by GitHub
commit 89cdb58df4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ export function AccountDevTools() {
const deduplicateInstitutions = useDeduplicateInstitutions() const deduplicateInstitutions = useDeduplicateInstitutions()
return process.env.NODE_ENV === 'development' ? ( 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"> <h6 className="flex text-red">
Dev Tools <i className="ri-tools-fill ml-1.5" /> Dev Tools <i className="ri-tools-fill ml-1.5" />
</h6> </h6>