From f5754bae15cde7bb9063eb25a438e63edd1ee41c Mon Sep 17 00:00:00 2001 From: pmartin Date: Sun, 19 Nov 2017 10:35:25 +0100 Subject: [PATCH] fix(container): fixed scroll of main page --- src/app/app.component.html | 20 +++++++++----------- src/app/app.component.scss | 7 ------- 2 files changed, 9 insertions(+), 18 deletions(-) diff --git a/src/app/app.component.html b/src/app/app.component.html index 4dec9a2b..43f3d767 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -2,16 +2,14 @@
-
- - - - + + + + {{menu.title}} - - - - -
- + + + + + \ No newline at end of file diff --git a/src/app/app.component.scss b/src/app/app.component.scss index 1eb78a8f..8fa90935 100644 --- a/src/app/app.component.scss +++ b/src/app/app.component.scss @@ -11,13 +11,6 @@ } } -.app-content { - min-height: 100%; - overflow: auto; - display: flex; - flex-direction: column; -} - mat-sidenav-container { flex: 1 1 auto; width: 100%;