Improve folder subscription widget

This commit is contained in:
Francis Lachapelle
2014-11-12 10:44:43 -05:00
parent 87897644f5
commit a292f669a2
6 changed files with 66 additions and 65 deletions

View File

@@ -594,8 +594,6 @@ $column-gutter: 0;
.sg-dropdown-content {
background-color: #fff;
height: 300px;
overflow: hidden;
overflow-y: auto;
&.joyride-tip-guide {
.joyride-nub {
&.left {
@@ -607,13 +605,15 @@ $column-gutter: 0;
}
.joyride-content-wrapper {
list-style: none;
margin: 0;
position: absolute;
top: 0;
bottom: 0;
overflow: hidden;
overflow-y: auto;
padding: 0;
ul {
margin-left: 0;
list-style-type: none;
&.subitems {
margin-left: 0;
}
}
li {
&.title {