Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
Dropdown submenu did not display in iPhone. Fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvislov committed Feb 26, 2013
1 parent ba15661 commit 32b50cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/assets/stylesheets/custom/_iphone.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@
#reformal_tab {
display: none !important;
}
.dropdown-menu {
display: block !important;
margin-top: 10px !important;
margin-bottom: 10px !important;
}
}

0 comments on commit 32b50cd

Please sign in to comment.