fix(rendered): Double scrollbar
This commit is contained in:
@@ -32,7 +32,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
main-app {
|
main-app {
|
||||||
min-height: 100vh;
|
min-height: 100%;
|
||||||
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
+1
@@ -2,6 +2,7 @@
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
display: block;
|
display: block;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 1.5rem 0;
|
margin: 1.5rem 0;
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
:host {
|
:host {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
display: block;
|
display: block;
|
||||||
height: 100%;
|
height: 100vh;
|
||||||
|
min-height: 100%;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex-container {
|
.flex-container {
|
||||||
|
|||||||
@@ -2,4 +2,6 @@
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
display: block;
|
display: block;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,13 +29,13 @@ html, body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.main-content {
|
.main-content {
|
||||||
height: 100vh;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-page-content {
|
.main-page-content {
|
||||||
margin-left: 250px;
|
margin-left: 250px;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
height: 99%;
|
min-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2 {
|
.select2 {
|
||||||
|
|||||||
Reference in New Issue
Block a user