fix(rendered): Double scrollbar
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
:host {
|
||||
overflow-y: auto;
|
||||
display: block;
|
||||
height: 100%;
|
||||
height: 100vh;
|
||||
min-height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.flex-container {
|
||||
|
||||
Reference in New Issue
Block a user