From c7b944f5c4c820af7b73de211617c19b6f7c89f2 Mon Sep 17 00:00:00 2001 From: parsa aghaei Date: Wed, 22 Jul 2026 15:33:14 +0330 Subject: [PATCH] fix(css): remove global overflow-x-hidden from html/body to restore native position sticky --- frontend/application/app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/application/app/globals.css b/frontend/application/app/globals.css index d4b0554..c0f5470 100644 --- a/frontend/application/app/globals.css +++ b/frontend/application/app/globals.css @@ -104,7 +104,7 @@ html, body, #root { font-family: "Vazirmatn" !important; - @apply bg-medical-gray-50 text-medical-gray-900 antialiased overflow-x-hidden max-w-[100vw]; + @apply bg-medical-gray-50 text-medical-gray-900 antialiased max-w-[100vw]; font-feature-settings: "ss01", "ss02", "cv01", "cv11"; }