Card in z-index=50 (Dropdown menu) und map z-index=0 mit Tailwind

This commit is contained in:
ISA
2024-04-19 11:36:29 +02:00
parent 8a1cc0aa66
commit 9b32c77e89
7 changed files with 170 additions and 1271 deletions

View File

@@ -3,7 +3,15 @@ module.exports = {
purge: ["./pages/**/*.{js,ts,jsx,tsx}", "./components/**/*.{js,ts,jsx,tsx}"],
content: [],
theme: {
extend: {},
extend: {
zIndex: {
60: "60",
70: "70",
80: "80",
90: "90",
100: "100",
},
},
},
plugins: [],
};