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_r400460967
########## 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; Review comment: Change the variable value, don't hard code values. ---------------------------------------------------------------- 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