1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-08 23:15:24 +02:00

fix: remove z-index on DevTools to prevent overlap

This commit is contained in:
Colton Ehrman 2024-01-14 13:25:43 -06:00
parent 47056203d0
commit 2e68c3cb86

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>