Bernat
Bernat
KPCKevin Powell - Community
Created by Bernat on 2/26/2024 in #front-end
Is there a bug in Chrome for Android for the position fixed grid children?
Hi everyone! Does anyone know if there is any recent change in Chrome for Android generating this weird behaviour in the position fixed grid children? As far as I know (and I think it was behaving this way a few weeks ago), when you set a position fixed to an element, it is removed from the normal document flow, so if I have a grid child and I set a position fixed to it, it should be removed from the grid container and therefore, not being affected for its constraints. This is how the grid children are behaving in all the browsers and devices except for one case: Android Chrome browsers (not even Chrome browsers from other devices or OS). I have an example here which you can try with a Chrome browser from an Android device to see how it behaves differently: https://codepen.io/btous/pen/zYbgEyz?editors=0100
10 replies