Ma-Kas
Ma-Kas
KPCKevin Powell - Community
Created by Ma-Kas on 10/12/2024 in #front-end
Vertical writing-mode figcaption refuses to shrink past certain point
Nice, that works very well. Thank you so much.
5 replies
KPCKevin Powell - Community
Created by Ma-Kas on 10/12/2024 in #front-end
Vertical writing-mode figcaption refuses to shrink past certain point
No description
5 replies
KPCKevin Powell - Community
Created by Ma-Kas on 4/9/2024 in #front-end
Fixed header within card, when card itself can scroll out of view
Thanks a lot for your help, mate. Appreciate it. That change in structure will introduce another issue in the actual (non-abstracted) dashboard, but I think I have an idea how to solve that already.
8 replies
KPCKevin Powell - Community
Created by Ma-Kas on 4/9/2024 in #front-end
Fixed header within card, when card itself can scroll out of view
Yeah, have. Doesn't work as the container itself (card), scrolls up in the page, so the header goes up with it. I mean, I can kind of hack it together with sticky, if I get the computed height of the header, as well as the margin between header and card in JS, then set the top of the card_header to the sum of that. Then deal with the overflow in the gap by covering with some other element, but was wondering if there was a more elegant CSS-only solution.
8 replies