add divcontainer in modelview (#2559)

* add divcontainer in modelview

* address comment
This commit is contained in:
Abbie Petchtes
2018-09-12 20:18:40 -07:00
committed by GitHub
parent d62e809c18
commit 10875f26dc
6 changed files with 219 additions and 19 deletions

View File

@@ -0,0 +1,5 @@
.divContainer {
display: block;
height: 100%;
}