I tried all of these:
<ul className="overflow-y-auto bg-surface-50 rounded-b-lg h-[calc(100vh_-_44px)] sm:h-fit ">
<ul className="overflow-y-auto bg-surface-50 rounded-b-lg h-[calc(100vh-44px)] sm:h-fit ">
But when tailwind compiles, I still see no class h-[calc(100vh-44px)]
and also no styling.
``` the weird thing is that it complies the other classes but not this one .
– سعيد Jun 10 '22 at 10:00