Skip to content

Commit c7bba0e

Browse files
Merge pull request #2279 from rhamilto/issue-495
Automatic merge from submit-queue. Fix bug where sidebar bg color doesn't extend to bottom at mobile Fixes openshift/origin-web-catalog#495 <img width="485" alt="screen shot 2017-10-17 at 10 42 35 am" src="https://user-images.githubusercontent.com/895728/31672787-7798114e-b32b-11e7-964c-200289e459cf.PNG">
2 parents f950d1c + c308001 commit c7bba0e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

app/styles/_catalog.less

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
}
1212
}
1313

14+
.landing-page {
15+
background: @landing-side-bar-bg;
16+
min-height: 100%;
17+
}
18+
1419
.wizard-pf-main.bind-service-wizard-step {
1520
@media (min-width: @screen-sm-min) {
1621
height: @bind-service-page-height + @grid-gutter-width;

dist/styles/main.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)