Lord Of Insanity
Lord Of Insanity
KPCKevin Powell - Community
Created by Lord Of Insanity on 3/12/2024 in #front-end
CSS keeps adding an unnecessary gap
Yep, disabling the extension fixes it. Are there any ways that you know to fix it without turning off the extension?
21 replies
KPCKevin Powell - Community
Created by Lord Of Insanity on 3/12/2024 in #front-end
CSS keeps adding an unnecessary gap
No description
21 replies
KPCKevin Powell - Community
Created by Lord Of Insanity on 3/12/2024 in #front-end
CSS keeps adding an unnecessary gap
The gap property for flex and grid. And on my actual project I nuked the margins
21 replies
KPCKevin Powell - Community
Created by Lord Of Insanity on 3/12/2024 in #front-end
CSS keeps adding an unnecessary gap
Here is a codepen with the problem: https://codepen.io/BravoLima2k4/pen/PogzbyY
21 replies
KPCKevin Powell - Community
Created by Lord Of Insanity on 4/17/2023 in #front-end
Outline gets cutoff when focused
actually it appears that it really does depend on client latency, in codepen I could get away with about 90ms, but on my live server even that isn't long enough
34 replies
KPCKevin Powell - Community
Created by Lord Of Insanity on 4/17/2023 in #front-end
Outline gets cutoff when focused
Ok it looks like about 90ms is the possible lowest delay, before client latency has an effect
34 replies
KPCKevin Powell - Community
Created by Lord Of Insanity on 4/17/2023 in #front-end
Outline gets cutoff when focused
Yep that works
34 replies
KPCKevin Powell - Community
Created by Lord Of Insanity on 4/17/2023 in #front-end
Outline gets cutoff when focused
Huh, well that's annoying
34 replies
KPCKevin Powell - Community
Created by Lord Of Insanity on 4/17/2023 in #front-end
Outline gets cutoff when focused
Yeah it happens there too
34 replies
KPCKevin Powell - Community
Created by Lord Of Insanity on 4/17/2023 in #front-end
Outline gets cutoff when focused
Hmm, there is a little problem though. When you click on the dropdown toggle it like flicks open for a moment then closes, but when you click it a second time it opens normally.
34 replies
KPCKevin Powell - Community
Created by Lord Of Insanity on 4/17/2023 in #front-end
Outline gets cutoff when focused
Ah, perfect! Thank you so much!
34 replies
KPCKevin Powell - Community
Created by Lord Of Insanity on 4/17/2023 in #front-end
Outline gets cutoff when focused
And I'll make the new question in a bit
34 replies
KPCKevin Powell - Community
Created by Lord Of Insanity on 4/17/2023 in #front-end
Outline gets cutoff when focused
Yeah it is
34 replies
KPCKevin Powell - Community
Created by Lord Of Insanity on 4/17/2023 in #front-end
Outline gets cutoff when focused
By the way, do you have any ideas for the other part of my question?
34 replies
KPCKevin Powell - Community
Created by Lord Of Insanity on 4/17/2023 in #front-end
Outline gets cutoff when focused
Yeah, that looks to be working. Thanks!
34 replies
KPCKevin Powell - Community
Created by Lord Of Insanity on 4/17/2023 in #front-end
Outline gets cutoff when focused
Ah, I know why it didn't work, live sever wasn't running lol. Yeah I can see it works now
34 replies
KPCKevin Powell - Community
Created by Lord Of Insanity on 4/17/2023 in #front-end
Outline gets cutoff when focused
When the screen size gets smaller than 50rem, the nav collapses into a hidden menu. The overflow-y is on there so when the menu is closed you can scroll on the page normally, but when you open the menu you can't scroll on the main content of the page, but you can scroll on the menu when you get to smaller screen sizes. I removed the aforementioned overflow-y occurrences, but it didn't solve the issue.
34 replies
KPCKevin Powell - Community
Created by Lord Of Insanity on 4/17/2023 in #front-end
Outline gets cutoff when focused
No there isn't
34 replies
KPCKevin Powell - Community
Created by Lord Of Insanity on 4/17/2023 in #front-end
Outline gets cutoff when focused
Is there supposed to be?
34 replies
KPCKevin Powell - Community
Created by Lord Of Insanity on 4/3/2023 in #front-end
How can I make my primary nav dropdown slide down with an animation?
Hi, I managed to compact my JS using event listeners, but it looks like I've broken some of it in the process. The dropdown no longer stays open when you hover over the links, except the first one. Here's a Jsfiddle for it: https://jsfiddle.net/ge5zfovu/1/. Do you know how I can fix this?
40 replies