Ensure a fixed height is set on grid by default

This commit is contained in:
Andrew Kingston 2022-10-20 08:46:42 +01:00
parent 1dffcd8d6c
commit 2e09dcbe03
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
<style>
.grid {
position: relative;
min-height: 400px;
height: 400px;
}
.grid,
.underlay {