diff --git a/enjoy/tailwind.config.js b/enjoy/tailwind.config.js index 49fe67f0..860f0826 100644 --- a/enjoy/tailwind.config.js +++ b/enjoy/tailwind.config.js @@ -16,6 +16,9 @@ module.exports = { height: { content: "calc(100vh - 2rem)", }, + maxHeight: { + content: "calc(100vh - 2rem)", + }, fontSize: { xxs: "0.625rem", xxxs: "0.5rem",