Card in z-index=50 (Dropdown menu) und map z-index=0 mit Tailwind
This commit is contained in:
@@ -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: [],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user