fix(css): remove global overflow-x-hidden from html/body to restore native position sticky
This commit is contained in:
parent
00a217ee02
commit
c7b944f5c4
@ -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";
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user