1
0
mirror of https://github.com/flarum/core.git synced 2025-10-26 13:16:11 +01:00

Responsive fixes

- Make composer absolutely positioned on mobile to work around iOS 8/9
bug
- Make search results dropdown appear on mobile

closes flarum/core#137
This commit is contained in:
Toby Zerner
2015-08-04 11:27:51 +09:30
parent addb061458
commit e6e2cdd3e9
4 changed files with 38 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ export default class Search extends Component {
}
return (
<div className={'Search Dropdown ' + classList({
<div className={'Search ' + classList({
open: this.value() && this.hasFocus,
active: !!currentSearch,
loading: !!this.loadingSources