Skip to content

Commit

Permalink
fixes Mobile navbar bug fossasia#9177
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkboy17 committed Jan 28, 2024
1 parent fa36945 commit 2b83662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/components/side-bar.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="ui left inverted vertical menu sidebar {{if this.sidebarVisible 'visible'}}">
<div class="ui left inverted overlay vertical menu sidebar {{if this.sidebarVisible 'visible'}}">
{{#if (not this.isEventPageRoute)}}
<div class="search-bar d-flex items-center space-between m-2 p-2">
<Input @class="prompt" @type="text" @key-up={{action "handleKeyPress"}} @value={{this.event_name}} placeholder={{t "Search"}} />
Expand Down

0 comments on commit 2b83662

Please sign in to comment.