mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 11:52:01 +00:00
My PR #18974 introduced a bug where the logged-in dropdown pill on the /help pages stopped working and has been unresponsive ever since. This was caused by the incorrect assumption that each `.dropdown` would be inside an unordered list `ul`. However, that isn't the case for the dropdown pill on the /help pages. This commit simply removes said assumption, by widening the scope of the relevant CSS selectors.
2.0 KiB
2.0 KiB