Skip to content

Commit

Permalink
Expanded dropdown notification window
Browse files Browse the repository at this point in the history
  • Loading branch information
ptsavdar committed Jan 19, 2015
1 parent f04052f commit 498d88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/public/css/dropdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@

@media (min-width: 990px) {
#top_bar div.notifications-dropdown-list {left: -196px; right: auto; min-width: 340px;}
div.notifications-dropdown-list ul#notification-list {max-height: 170px; overflow: auto;}
div.notifications-dropdown-list ul#notification-list {display: block; max-height: 350px; overflow: auto;}
}

0 comments on commit 498d88f

Please sign in to comment.