Add the first row for the header

This commit is contained in:
Alessio Davoli 2023-12-11 18:25:12 +01:00
parent abb1b6d9af
commit 1cd138fbd8

View file

@ -46,6 +46,7 @@
overflow-y: scroll; overflow-y: scroll;
width: 100%; width: 100%;
display: grid; display: grid;
grid-template-rows: 70px auto;
} }
div { div {