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