Callum Barker

Results 2 comments of Callum Barker

I have also reproduced this behaviour using vanilla CSS. The only change I had made was adding `Component.MobileOnly(Component.Explorer()),` to :file_folder: `quartz.layout.ts`.

The issue appears to be that the `::after` pseudo-element (a child of either `ul.overflow` or `ol.overflow`; the element that applies the linear gradient) uses `position: absolute` when its parent does...