File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 28
28
29
29
.list-group {
30
30
line-height : 24px ;
31
- height : 100% ;
31
+ // height: 100%;
32
+ position : absolute ;
33
+ top : 72px ;
34
+ bottom : 180px ;
32
35
overflow : scroll ;
33
36
34
37
.list-group-item {
77
80
}
78
81
}
79
82
}
83
+ .sidebar-controls {
84
+ position : absolute ;
85
+ bottom : 0 ;
86
+ width : 218px ;
87
+ height : 174px ;
88
+ border-top : 2px solid @sidebar-border ;
89
+ background : url(/images/fake-sidebar-controls.png ) 0 0 no-repeat ;
90
+ background-size : 218px 174px ;
91
+ }
80
92
}
81
93
82
- .sidebar , .sidebar-bg {
94
+ .sidebar {
83
95
top : 0px ;
84
96
left : 0 ;
85
97
bottom : 0 ;
Original file line number Diff line number Diff line change 2
2
.sidebar.panel
3
3
div( data-hook ='collections-filter' )
4
4
div( data-hook ='collections' )
5
- .sidebar-bg
5
+ .sidebar-controls
You can’t perform that action at this time.
0 commit comments