Hello, I’m AiRon, an automated tech support bot While you wait for one of our customer support representatives, I can help you with your question.
To make the navigation bar of WebViewer sticky, you will need to apply custom CSS to override the default styles. The WebViewer UI is customizable, and you can inject your CSS to achieve this effect.
Some things you can try:
Identify the CSS class or ID of the navigation bar in the WebViewer’s DOM.
Create a custom CSS file in your project where you define styles to make the navigation bar sticky.
Use CSS properties like position: sticky or position: fixed to ensure the navigation stays in place.
Make sure your custom CSS is loaded after the default WebViewer styles so it can override them.