fix(css): remove global overflow-x-hidden from html/body to restore native position sticky

This commit is contained in:
parsa aghaei 2026-07-22 15:33:14 +03:30
parent 00a217ee02
commit c7b944f5c4

View File

@ -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";
}