Showing
3 changed files
with
8 additions
and
6 deletions
@@ -71,6 +71,10 @@ md-icon.tb-logo-title { | @@ -71,6 +71,10 @@ md-icon.tb-logo-title { | ||
71 | white-space: nowrap; | 71 | white-space: nowrap; |
72 | } | 72 | } |
73 | 73 | ||
74 | +.tb-side-menu-toolbar { | ||
75 | + overflow-y: auto; | ||
76 | +} | ||
77 | + | ||
74 | .tb-entity-subtype-search { | 78 | .tb-entity-subtype-search { |
75 | margin-top: 15px; | 79 | margin-top: 15px; |
76 | } | 80 | } |
@@ -31,11 +31,9 @@ | @@ -31,11 +31,9 @@ | ||
31 | </div> | 31 | </div> |
32 | </md-toolbar> | 32 | </md-toolbar> |
33 | </header> | 33 | </header> |
34 | - <md-content flex layout="column" role="navigation"> | ||
35 | - <md-toolbar flex> | ||
36 | - <tb-side-menu></tb-side-menu> | ||
37 | - </md-toolbar> | ||
38 | - </md-content> | 34 | + <md-toolbar flex class="tb-side-menu-toolbar" role="navigation"> |
35 | + <tb-side-menu></tb-side-menu> | ||
36 | + </md-toolbar> | ||
39 | </md-sidenav> | 37 | </md-sidenav> |
40 | 38 | ||
41 | <div flex layout="column" tabIndex="-1" role="main"> | 39 | <div flex layout="column" tabIndex="-1" role="main"> |
@@ -16,7 +16,7 @@ | @@ -16,7 +16,7 @@ | ||
16 | 16 | ||
17 | --> | 17 | --> |
18 | <div layout="row" width="100%" layout-wrap> | 18 | <div layout="row" width="100%" layout-wrap> |
19 | - <md-card flex-gt-sm="60" flex="100"> | 19 | + <md-card flex-gt-sm="60" flex="100" style="height: 100%;"> |
20 | <md-card-title> | 20 | <md-card-title> |
21 | <md-card-title-text> | 21 | <md-card-title-text> |
22 | <span translate class="md-headline">profile.profile</span> | 22 | <span translate class="md-headline">profile.profile</span> |