mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 04:23:43 +08:00
apply same fix to mobile
This commit is contained in:
parent
5b02bc03a8
commit
6d3d425611
|
@ -353,6 +353,11 @@
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.d-dropdown#search-dropdown {
|
||||
max-height: none;
|
||||
overflow: inherit;
|
||||
}
|
||||
|
||||
#search-dropdown .results {
|
||||
max-height: 300px;
|
||||
overflow: auto;
|
||||
|
|
|
@ -65,8 +65,6 @@ and (max-width : 570px) {
|
|||
|
||||
.d-dropdown#search-dropdown {
|
||||
width: 540px;
|
||||
max-height: none;
|
||||
overflow: inherit;
|
||||
}
|
||||
|
||||
.d-dropdown .searching {
|
||||
|
@ -76,5 +74,4 @@ and (max-width : 570px) {
|
|||
|
||||
#search-dropdown .results {
|
||||
max-height: 500px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user