zregvart commented on a change in pull request #288: scrollbar visibilty issues in nav-container URL: https://github.com/apache/camel-website/pull/288#discussion_r400461059
########## File path: antora-ui-camel/src/css/nav.css ########## @@ -89,11 +89,15 @@ html.is-clipped--nav { } .nav-panel-menu::-webkit-scrollbar { - width: 0.25rem; + width: 0.29rem; } .nav-panel-menu::-webkit-scrollbar-thumb { - background-color: var(--nav-border-color); + background-color: #e3dcdc; +} + +.nav-panel-menu::-webkit-scrollbar-thumb:hover { + background-color: #afa7a7; Review comment: Use a variable here. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services