Ensure a fixed height is set on grid by default
This commit is contained in:
parent
1dffcd8d6c
commit
2e09dcbe03
|
@ -42,7 +42,7 @@
|
|||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
min-height: 400px;
|
||||
height: 400px;
|
||||
}
|
||||
.grid,
|
||||
.underlay {
|
||||
|
|
Loading…
Reference in New Issue