elmcrest
elmcrest
KPCKevin Powell - Community
Created by elmcrest on 2/5/2024 in #front-end
overflow-y: scroll not working in Chrome
@z- ::theProblemSolver:: what do you think about this?
8 replies
KPCKevin Powell - Community
Created by Sergey Gabrielyan on 2/5/2024 in #front-end
Image optimization in plain React
yeah, if you're trying to optimize for bandwidth this doesn't make sense of course
4 replies
KPCKevin Powell - Community
Created by Sergey Gabrielyan on 2/5/2024 in #front-end
Image optimization in plain React
maybe something like this https://silvia-odwyer.github.io/photon/ ... looks interesting to me
4 replies
KPCKevin Powell - Community
Created by elmcrest on 2/5/2024 in #front-end
overflow-y: scroll not working in Chrome
here you go, you need to enable overflow-y: auto again to see the wanted behavior - without you can scroll the background video away. https://codepen.io/elmcrest/pen/yLwEKRR
8 replies
KPCKevin Powell - Community
Created by elmcrest on 2/5/2024 in #front-end
overflow-y: scroll not working in Chrome
@z- ::theProblemSolver:: thx, changed it to overflow-y: auto - I need it since I'm using a stack view with the video in the background, which is the "modern" variant from smolcss.dev ... but I can create a codepen, sure
8 replies
KPCKevin Powell - Community
Created by elmcrest on 2/3/2024 in #front-end
Is a global grid with 'auto wrapping" subgrid possible?
so, anyone who's interested - I solved it now with repeat auto-fit and it works quite nice I'd say ... I'm still planning to iron out a consistent line-height or row height for the last layout polish, but anyways... have a look at https://raesener.de and let me know if I should paste the html file here (the whole website a single file)
54 replies
KPCKevin Powell - Community
Created by elmcrest on 2/5/2024 in #front-end
overflow-y: scroll not working in Chrome
ok and Firefox and Safari don't mind
8 replies
KPCKevin Powell - Community
Created by elmcrest on 2/5/2024 in #front-end
overflow-y: scroll not working in Chrome
ah, Chrome wants a z-index
8 replies
KPCKevin Powell - Community
Created by elmcrest on 2/5/2024 in #front-end
overflow-y: scroll not working in Chrome
I am using the "stack layout" from smolcss.dev here 🤔
8 replies
KPCKevin Powell - Community
Created by Pat66 on 2/5/2024 in #front-end
Set a grid
ah ok 👍
5 replies
KPCKevin Powell - Community
Created by Pat66 on 2/5/2024 in #front-end
Set a grid
Hey - what's going wrong?
5 replies
KPCKevin Powell - Community
Created by elmcrest on 2/3/2024 in #front-end
Is a global grid with 'auto wrapping" subgrid possible?
No description
54 replies
KPCKevin Powell - Community
Created by elmcrest on 2/3/2024 in #front-end
Is a global grid with 'auto wrapping" subgrid possible?
bottom right corner - the column on the right should have background color just as the one on the left
54 replies
KPCKevin Powell - Community
Created by elmcrest on 2/3/2024 in #front-end
Is a global grid with 'auto wrapping" subgrid possible?
No description
54 replies
KPCKevin Powell - Community
Created by elmcrest on 2/3/2024 in #front-end
Is a global grid with 'auto wrapping" subgrid possible?
I could use of course :nth-child somehow now, we'll see
54 replies
KPCKevin Powell - Community
Created by elmcrest on 2/3/2024 in #front-end
Is a global grid with 'auto wrapping" subgrid possible?
ok, from a first try there are some gains with named lines - f.e. it's easy to have empty cells - but there's now a major drawback, I have to assign a child a class to point it to the right space in the layout - which breaks my semantic approach (if that makes sense) ... in the example there is the combined element of a keyword having an icon and a name. with my initial example I can change the order in HTML without having to touch the CSS, with named lines that's not possible anymore I think
54 replies
KPCKevin Powell - Community
Created by elmcrest on 2/3/2024 in #front-end
Is a global grid with 'auto wrapping" subgrid possible?
Oh that‘s great. Didn’t realize the potential of named lines until now, thx for sharing.
54 replies
KPCKevin Powell - Community
Created by elmcrest on 2/3/2024 in #front-end
Is a global grid with 'auto wrapping" subgrid possible?
Yeah that‘s my bedtime task 😂
54 replies
KPCKevin Powell - Community
Created by elmcrest on 2/3/2024 in #front-end
Is a global grid with 'auto wrapping" subgrid possible?
ok, calling it a day - nice to meet you! 🙂
54 replies
KPCKevin Powell - Community
Created by elmcrest on 2/3/2024 in #front-end
Is a global grid with 'auto wrapping" subgrid possible?
but to solve this, probably today most straight forward would be with a flex container instead of the subgrid and making sure that column size and child width match with css custom properties ... they're great
54 replies