We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d81592f commit d4b5dafCopy full SHA for d4b5daf
scout-server/res/images/fake-sidebar-controls.png
11.4 KB
scout-style/images/fake-sidebar-controls.png
scout-style/sidebar.less
@@ -28,7 +28,10 @@
28
29
.list-group {
30
line-height: 24px;
31
- height: 100%;
+ // height: 100%;
32
+ position: absolute;
33
+ top: 72px;
34
+ bottom: 180px;
35
overflow: scroll;
36
37
.list-group-item {
@@ -77,6 +80,15 @@
77
80
}
78
81
79
82
83
+ .sidebar-controls {
84
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
+ }
92
93
94
.sidebar, .sidebar-bg {
scout-ui/src/sidebar/index.jade
@@ -2,4 +2,4 @@ div
2
.sidebar.panel
3
div(data-hook='collections-filter')
4
div(data-hook='collections')
5
- .sidebar-bg
+ .sidebar-controls
0 commit comments