extend drop zone to viewport in Chrome too

This commit is contained in:
tophf 2021-12-22 20:02:17 +03:00
parent 249196d414
commit 6b9cdf2bc2

View File

@ -7,9 +7,9 @@
body { body {
margin: 0; margin: 0;
/* Firefox: fill the entire page for drag'n'drop to work */ /* Fill the entire viewport to enable json import via drag'n'drop */
display: flex; display: flex;
height: 100%; height: 100vh;
} }
#header:lang(ja) h1 { #header:lang(ja) h1 {