diff options
Diffstat (limited to 'tailwind.config.js')
-rw-r--r-- | tailwind.config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tailwind.config.js b/tailwind.config.js index 5a50e5e..b0639a8 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -55,6 +55,9 @@ module.exports = { neoyellow: borderedShadow(8, colors.yellow["400"]), neoviolet: borderedShadow(8, colors.violet["400"]), }, + zIndex: { + 999: 999, + }, colors: { codeBg: "#2D2A55", ...light, |