mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
typeahead: Fix search typeahead open on near narrows.
This css accidentally got removed in #29882. This bug fix was originally part of #30514.
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
/* CSS for Bootstrap typeahead */
|
/* CSS for Bootstrap typeahead */
|
||||||
|
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
|
display: none;
|
||||||
min-width: 160px;
|
min-width: 160px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user