fix(rendered): Double scrollbar

This commit is contained in:
Róbert Kiss
2017-11-30 00:09:03 +01:00
parent 297fd3be79
commit 13f2b65a7c
5 changed files with 10 additions and 4 deletions

View File

@@ -32,7 +32,8 @@
}
main-app {
min-height: 100vh;
min-height: 100%;
height: 100%;
width: 100%;
display: block;
position: relative;

View File

@@ -2,6 +2,7 @@
overflow-y: auto;
display: block;
height: 100%;
width: 100%;
p {
margin: 1.5rem 0;

View File

@@ -1,7 +1,9 @@
:host {
overflow-y: auto;
display: block;
height: 100%;
height: 100vh;
min-height: 100%;
width: 100%;
}
.flex-container {

View File

@@ -2,4 +2,6 @@
overflow-y: auto;
display: block;
height: 100%;
width: 100%;
}

View File

@@ -29,13 +29,13 @@ html, body {
}
.main-content {
height: 100vh;
height: 100%;
}
.main-page-content {
margin-left: 250px;
overflow-x: hidden;
height: 99%;
min-height: 100%;
}
.select2 {