Frank
KPCKevin Powell - Community
•Created by furqan7621 on 1/22/2024 in #front-end
How do you work with 100vh on mobile devices?
No but I imagine it’d be useful in specific situations.
13 replies
KPCKevin Powell - Community
•Created by furqan7621 on 1/22/2024 in #front-end
How do you work with 100vh on mobile devices?
min-height: 100vh
. That way overflowing content will be larger than 100vh
.
I use 100svh
, and typically only use this for hero sections where I can control the content so it never overflows.
Also, when I was playing with the new CSS scroll animations I learned that overflow: clip
is what you typically want instead of overflow: hidden
.13 replies
KPCKevin Powell - Community
•Created by RIZE Hobberz on 1/22/2024 in #front-end
Scroll to top button
Generally speaking, an anchor tag with an
href
of #
will bring the browser window to the top. It's a trick I've used for years as a back-to-top link.
<a href="#">Back to top</a>
2 replies
KPCKevin Powell - Community
•Created by Frank on 1/2/2024 in #front-end
Scroll animations relation to overflow
Aside: My mom has a iPhone X and it can't update to iOS 17 — are you able to get to that latest iOS version?
19 replies
KPCKevin Powell - Community
•Created by Frank on 1/2/2024 in #front-end
Scroll animations relation to overflow
What phone is this? If you dont mind me asking. For the support ticket.
19 replies
KPCKevin Powell - Community
•Created by Frank on 1/2/2024 in #front-end
Scroll animations relation to overflow
19 replies
KPCKevin Powell - Community
•Created by Frank on 1/2/2024 in #front-end
Scroll animations relation to overflow
Yep, everytime I click on that link it starts at 720p despite me recording it at 4k.
19 replies
KPCKevin Powell - Community
•Created by Frank on 1/2/2024 in #front-end
Scroll animations relation to overflow
Loom probably defaults to a lower quality.
19 replies
KPCKevin Powell - Community
•Created by Frank on 1/2/2024 in #front-end
Scroll animations relation to overflow
Toggle 4k mode. Pretty clear when you do that.
19 replies
KPCKevin Powell - Community
•Created by Frank on 1/2/2024 in #front-end
Scroll animations relation to overflow
You can see what it does in my videos above. Made for these scroll animations.
19 replies
KPCKevin Powell - Community
•Created by Frank on 1/2/2024 in #front-end
Scroll animations relation to overflow
19 replies
KPCKevin Powell - Community
•Created by Frank on 1/2/2024 in #front-end
Scroll animations relation to overflow
overflow: clip
saved the day!19 replies
KPCKevin Powell - Community
•Created by Frank on 1/3/2024 in #ui-ux
Critique my clients site
Great feedback. Appreciate it. Listening in case anyone else wants to add!
12 replies
KPCKevin Powell - Community
•Created by Frank on 1/3/2024 in #ui-ux
Critique my clients site
Turning this critique around on me? I think Eddie’s a little big. 😂 I redid that section recently but didn’t realize that happened.
12 replies
KPCKevin Powell - Community
•Created by Frank on 1/2/2024 in #front-end
Scroll animations relation to overflow
Okay so it feels like I am closer, but not there, yet.
https://www.loom.com/share/690d3abc6c1b4dba932ebce11446363d?sid=05fb8bfd-1935-4762-898b-619dddfae604
19 replies
KPCKevin Powell - Community
•Created by Frank on 1/2/2024 in #front-end
Scroll animations relation to overflow
Thank you for the explanation. If I understand it I can figure out the solution. Or at least make sense of the solution you just proposed! 😁
19 replies
KPCKevin Powell - Community
•Created by Frank on 1/2/2024 in #front-end
Scroll animations relation to overflow
I create a Loom video to articuate better: https://www.loom.com/share/9c6b46bc49384cc39c8dd0947b6b8f94
19 replies