MeiFTW
KPCKevin Powell - Community
•Created by MeiFTW on 3/29/2025 in #front-end
Popup Overflow Horizontally
Thanks a lot 👍
10 replies
KPCKevin Powell - Community
•Created by MeiFTW on 3/29/2025 in #front-end
Popup Overflow Horizontally
Wow, to think that it was that simple. Thank you, I alternatively found another solution which would be just placing the entire "policy-popup" element just outisde of the footer and have it below or w/e.
10 replies
KPCKevin Powell - Community
•Created by MeiFTW on 3/29/2025 in #front-end
Popup Overflow Horizontally
Update: https://codepen.io/Xun149029/pen/QwWZzxz I replicated the code in CodePen, interestingly enough removing the CSS of my footer solves the issue... but I kind of need the Footer to have this style
10 replies
KPCKevin Powell - Community
•Created by MeiFTW on 3/29/2025 in #front-end
Popup Overflow Horizontally

10 replies
KPCKevin Powell - Community
•Created by MeiFTW on 3/29/2025 in #front-end
Popup Overflow Horizontally
Inside section id="notice" are the long <p>'s I talked about
10 replies
KPCKevin Powell - Community
•Created by MeiFTW on 3/29/2025 in #front-end
Popup Overflow Horizontally
and the CSS:
10 replies
KPCKevin Powell - Community
•Created by MeiFTW on 3/29/2025 in #front-end
Popup Overflow Horizontally
The HTML:
The JavaScript:
10 replies
KPCKevin Powell - Community
•Created by MeiFTW on 4/25/2024 in #front-end
Display certain li elements in a single row
Yeah... it certainly is weird, it is true that this is basically a responsive navbar that's inheriting stuff so maybe that's what's causing it.
12 replies
KPCKevin Powell - Community
•Created by MeiFTW on 4/25/2024 in #front-end
Display certain li elements in a single row
Just kinda frustrated as it felt like I was close to finishing but I don't mind starting from scratch trying another thing
12 replies
KPCKevin Powell - Community
•Created by MeiFTW on 4/25/2024 in #front-end
Display certain li elements in a single row
Tried pasting the code, it still shows up like in the screenshot. Do you think I should use another display method, then?
12 replies
KPCKevin Powell - Community
•Created by MeiFTW on 4/25/2024 in #front-end
Display certain li elements in a single row
also had to manually insert a height value in ":hover .menu" as auto or fit-content didn't work
12 replies
KPCKevin Powell - Community
•Created by MeiFTW on 4/25/2024 in #front-end
Display certain li elements in a single row
Grid is what gave me the most similar result to what I wanted, trying block or flex ended up in a weird layout. Not sure about how creating more divs would be a plausible solution, though.
12 replies