mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-29 00:00:33 -04:00
apply same fix to mobile
This commit is contained in:
parent
5b02bc03a8
commit
6d3d425611
2 changed files with 5 additions and 3 deletions
app/assets/stylesheets
|
@ -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…
Add table
Reference in a new issue