Skip to content

Commit

Permalink
Fix Navbar Always Collapsed Issue (TheOdinProject#935)
Browse files Browse the repository at this point in the history
I noticed the navbar was always in a collapsed state, this was due to the recent bootstrap
upgrade. Replacing Teether with Popper was required for Bootstrap tool tips.

I've also upgraded a few more of the gems in this PR.
  • Loading branch information
KevinMulhern authored Oct 1, 2018
1 parent 951a0e0 commit a5c3fa2
Show file tree
Hide file tree
Showing 6 changed files with 173 additions and 164 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ gem 'friendly_id', '~> 5.1'
gem 'cancancan', '~> 1.15'
gem 'sass-rails', '~> 5.0'
gem 'rack-attack'
gem 'tether-rails' # dependency for bootstrap tooltips
gem 'acts_as_votable'
gem 'kramdown'
gem 'toastr-rails'
Expand Down
Loading

0 comments on commit a5c3fa2

Please sign in to comment.