zulip/zephyr/static
Waseem Daher 6dad169d12 Workaround for 'Can't click stream name in narrowed view' issue.
There was this very cute problem where if you were narrowed and
scrolled to the top of the page, you couldn't seem to click on the
stream or subject name.

The issue was: the floating_recipient_row div was visibility: hidden,
which means that it made top_statusbar big enough to cover up that top
part, capturing the clicks.

So instead we make top_statusbar also visibility: hidden so that
the clicks get through.

(imported from commit 471e041ba1c429ad0b6e225da22585dc72120945)
2012-10-16 14:25:12 -04:00
..
js Properly handle mousewheel events when we're simultaneously at top and bottom. 2012-10-16 12:16:26 -04:00
styles Workaround for 'Can't click stream name in narrowed view' issue. 2012-10-16 14:25:12 -04:00
third Import xdate javascript library. 2012-10-05 15:42:54 -04:00
favicon.ico Include a favicon for the Humbug app. 2012-09-29 21:31:57 -04:00