jothepro / doxygen-awesome-css

Custom CSS theme for doxygen html-documentation with lots of customization parameters.
https://jothepro.github.io/doxygen-awesome-css/
MIT License
981 stars 112 forks source link

Scrollbars look bad with Doxygen v1.9.5 #86

Closed nilsvu closed 1 year ago

nilsvu commented 1 year ago

Doxygen v1.9.5 added some webkit scrollbar styling that conflicts with the doxygen-awesome style: https://github.com/doxygen/doxygen/commit/260f2fadf8b780d824cba2e490d119e759ada101

If it's unclear what's broken I'm happy to add some screenshots, but I think it's quite obvious when looking at a generated page, at least on macOS Safari in dark mode.

jothepro commented 1 year ago

I've been struggling with the same problem today. Unfortunately it seems like I cannot patch this with pure CSS. 🙁

https://github.com/doxygen/doxygen/issues/9549

jothepro commented 1 year ago

As a quick workaround you could maybe modify doxygen.css and remove the lines that define the scrollbar style: https://github.com/doxygen/doxygen/commit/260f2fadf8b780d824cba2e490d119e759ada101

jothepro commented 1 year ago

Doxygen 1.9.6 is out and has resolved this issue. Pls consider upgrading to this version, Doxygen 1.9.5 is still not supported by this theme!