Skip to content

Commit

Permalink
Fix scrollbar (#337)
Browse files Browse the repository at this point in the history
* fix scrollbar

* fix: style for datacenters items on set-datacenters
  • Loading branch information
eDombr authored and j3ank committed Dec 18, 2017
1 parent ad101f5 commit 1682122
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/app/kubermatic.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<kubermatic-sidenav></kubermatic-sidenav>
</md-sidenav>


<div class="km-main">
<div class="km-content">
<kubermatic-breadcrumbs *ngIf="auth.authenticated()"></kubermatic-breadcrumbs>
Expand Down
8 changes: 7 additions & 1 deletion src/app/kubermatic.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@
margin: 0;
padding: 0;
width: 100%;
height: 100%;
top: 0;
bottom: 0;
padding-top: 45px;
position: absolute;
}

md-sidenav {
padding-top: 45px;
}

.km-main .km-content{
margin: 0 20px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $wizard-box-content-dc-margin-top: 0px;
}

.wizard-box {
margin: 5px;
margin: 7.5px;
background: #fff;
border: 1px solid #E3E8EC;
cursor: pointer;
Expand Down

0 comments on commit 1682122

Please sign in to comment.