sheepman
KPCKevin Powell - Community
•Created by sheepman on 9/30/2024 in #ui-ux
Chrome 129 CSS grid stack bugs?
When I remove z-index from all the elements, it renders exactly the same (z-index on the carousel was an artifact of an earlier strategy). Menus are rendered above just as they should be given position: absolute and all, but without a high z-index on the menu element, they never get focus over the stacked grid thing. They do get focus over the regular div right next to it, though...
4 replies
KPCKevin Powell - Community
•Created by sheepman on 9/30/2024 in #ui-ux
Chrome 129 CSS grid stack bugs?
Huh. It's a change to how z-index is handled, apparently. My menu dropdown is position: absolute and z-index: 1000, and it turns out that something in the image carousel was also z-index: 1000. That used to cause no issues, but apparently in modern chrome the later element in the page with a given z-index will always get :hover and click events, regardless of which is rendered above the other. Good work, Google...
4 replies
KPCKevin Powell - Community
•Created by sheepman on 6/13/2023 in #front-end
Resize image to max height of height: auto container - this seems like it should be easy.
Hmm. I'll mess around a bit more. Thanks!
5 replies