Fix overflow of subscriptions dropdown

pull/91/head
Francis Lachapelle 2014-11-11 11:27:37 -05:00
parent 25b0d872c0
commit 989cb0bca2
1 changed files with 2 additions and 0 deletions

View File

@ -594,6 +594,8 @@ $column-gutter: 0;
.sg-dropdown-content {
background-color: #fff;
height: 300px;
overflow: hidden;
overflow-y: auto;
&.joyride-tip-guide {
.joyride-nub {
&.left {