From f9582b7d28c2ef38f7b99940bd5784a4123330f8 Mon Sep 17 00:00:00 2001 From: an-lee Date: Wed, 20 Nov 2024 14:20:26 +0800 Subject: [PATCH] fix css --- enjoy/tailwind.config.js | 3 +++ 1 file changed, 3 insertions(+) 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",