1
0
Fork 0
mirror of synced 2024-06-29 03:20:34 +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> <style>
.grid { .grid {
position: relative; position: relative;
min-height: 400px; height: 400px;
} }
.grid, .grid,
.underlay { .underlay {