You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
isPossiblyScrollable triggers on any non-auto value, but percentage values can grow as the parent, so they would only create a scroll bar if some ancestor fixes size. Notably, <body style="height: 100%"> should not be considered scrollable.
isPossiblyScrollabletriggers on any non-autovalue, but percentage values can grow as the parent, so they would only create a scroll bar if some ancestor fixes size. Notably,<body style="height: 100%">should not be considered scrollable.