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
// Zero-sized ancestors don’t make descendants hidden unless the descendant
// has ``overflow: hidden``.
returnfalse;
}
The overflow style of descendants doesn't affect whether they are visible in presence of a zero-sized ancestor. You want to check the overflow style of the ancestor itself if you want that.
The text was updated successfully, but these errors were encountered:
Emilio mentioned that the following code is wrong while review this patch
fathom/fathom/utilsForFrontend.mjs
Lines 502 to 506 in 49d678d
The text was updated successfully, but these errors were encountered: