1
0
Fork 0
mirror of synced 2024-06-26 10:00:41 +12:00

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 1508a5dc3b
commit b6f640b117

View file

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