From cde387b70e85ea5ff8af4f967561fbb0d84f4354 Mon Sep 17 00:00:00 2001 From: luckman212 <1992842+luckman212@users.noreply.github.com> Date: Wed, 30 Apr 2025 15:21:02 -0400 Subject: [PATCH] modified src/index.css, --- src/index.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index de4d11a2e..6ca01259d 100644 --- a/src/index.css +++ b/src/index.css @@ -1,3 +1,7 @@ @tailwind base; @tailwind components; -@tailwind utilities; \ No newline at end of file +@tailwind utilities; + +.overflow-y-hidden { + overflow-y: hidden; +}