zregvart commented on a change in pull request #398: URL: https://github.com/apache/camel-website/pull/398#discussion_r442419344
########## File path: antora-ui-camel/src/css/header.css ########## @@ -394,6 +399,18 @@ body { text-align: right; } +.search-bar { + top: 4.1rem; + position: sticky; + position: -webkit-sticky; Review comment: Should be the same as `sticky`, it can be used unprefixed according to [caniuse.com](https://caniuse.com/#feat=css-sticky) -- 91.35% browsers don't require the prefix. ---------------------------------------------------------------- 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