mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 00:18:12 +00:00
We always want the navbar to stick at the top, no matter what the screen size, and we want it to consistently look the same height, etc. regardless of our page width. This is possibly also accomplished via position: absolute !important and other overrides in our own CSS, but this actually seems slightly cleaner in a way. (imported from commit 340fafb49bcbc1088a816897d320e252c4615d19)