If I set SlickNav to a fixed position, users are unable to scroll through a long menu if it goes off screen. Is there a solution to this? ``` #slicknav { position: fixed; top: 0px; } ```
If I set SlickNav to a fixed position, users are unable to scroll through a long menu if it goes off screen. Is there a solution to this?