KayHayen
KayHayen
KPCKevin Powell - Community
Created by KayHayen on 3/29/2024 in #front-end
Workaround CSS for smooth scrolling buggy in Google Chrome
Anyway, out of here, this is solved 🙂
42 replies
KPCKevin Powell - Community
Created by KayHayen on 3/29/2024 in #front-end
Workaround CSS for smooth scrolling buggy in Google Chrome
I saw the sidebar from Sphinx does it, but Pagespeed complains about it being incorrect. At some point I will try and replace it like I said, probably with something that needs no scrolling and expansion. Unorganised content is no excuse for wide menus.
42 replies
KPCKevin Powell - Community
Created by KayHayen on 3/29/2024 in #front-end
Workaround CSS for smooth scrolling buggy in Google Chrome
I just joined your paytreon btw
42 replies
KPCKevin Powell - Community
Created by KayHayen on 3/29/2024 in #front-end
Workaround CSS for smooth scrolling buggy in Google Chrome
So checkboxes that make no real sense pop up, I get that
42 replies
KPCKevin Powell - Community
Created by KayHayen on 3/29/2024 in #front-end
Workaround CSS for smooth scrolling buggy in Google Chrome
Are you talking accessibility in terms of blind users, or movement impaired
42 replies
KPCKevin Powell - Community
Created by KayHayen on 3/29/2024 in #front-end
Workaround CSS for smooth scrolling buggy in Google Chrome
They are, I thought it would be the other way around, and the HTML annotations drive accessiblity?
42 replies
KPCKevin Powell - Community
Created by KayHayen on 3/29/2024 in #front-end
Workaround CSS for smooth scrolling buggy in Google Chrome
I create a static static with Sphinx and Read The Docs theme, but I am moving away from it. The sidebar has a hamburger menu on mobile, that I would currently be unable to replicate, but otherwise for me it's JavaScript non-sense, waiting for Kevin's video about how to make a Hamburger menu with CSS 🙂
42 replies
KPCKevin Powell - Community
Created by KayHayen on 3/29/2024 in #front-end
Workaround CSS for smooth scrolling buggy in Google Chrome
Ah, I see 🙂
42 replies
KPCKevin Powell - Community
Created by KayHayen on 3/29/2024 in #front-end
Workaround CSS for smooth scrolling buggy in Google Chrome
Like overflow:none or so, would hard solve it now
42 replies
KPCKevin Powell - Community
Created by KayHayen on 3/29/2024 in #front-end
Workaround CSS for smooth scrolling buggy in Google Chrome
You mean, if the scrolling there doesn't overflow, the bug is not triggered?
42 replies
KPCKevin Powell - Community
Created by KayHayen on 3/29/2024 in #front-end
Workaround CSS for smooth scrolling buggy in Google Chrome
That sidebar overflow is something I mean to get rid of, but haven't done it yet
42 replies
KPCKevin Powell - Community
Created by KayHayen on 3/29/2024 in #front-end
Workaround CSS for smooth scrolling buggy in Google Chrome
I want to avoid JavaScript as much as possible, esp. if there is no need. If CSS can do it nowadays, why use JavaScript.
42 replies
KPCKevin Powell - Community
Created by KayHayen on 3/29/2024 in #front-end
Workaround CSS for smooth scrolling buggy in Google Chrome
42 replies
KPCKevin Powell - Community
Created by KayHayen on 3/29/2024 in #front-end
Workaround CSS for smooth scrolling buggy in Google Chrome
The table of contents works with smooth scroll and I surely will add the media queries for reduced motion, contrast, etc. in the coming months. But the hard jumps are really incovinient. The links there are standard anchor links, and neither my Chrome on Windows, nor a helpers Chome on macOS could do any of the links.
42 replies
KPCKevin Powell - Community
Created by KayHayen on 3/29/2024 in #front-end
Workaround CSS for smooth scrolling buggy in Google Chrome
/* TODO: This breaks Google Chrome due to an unresolved bug of its
html {
scroll-behavior: smooth
}
*/
/* TODO: This breaks Google Chrome due to an unresolved bug of its
html {
scroll-behavior: smooth
}
*/
42 replies
KPCKevin Powell - Community
Created by KayHayen on 3/29/2024 in #front-end
Workaround CSS for smooth scrolling buggy in Google Chrome
I assume you enable the CSS via Inspector or some other cool trick, or do you need me to revert this bit:
42 replies
KPCKevin Powell - Community
Created by KayHayen on 3/29/2024 in #front-end
Workaround CSS for smooth scrolling buggy in Google Chrome
42 replies