extend drop zone to viewport in Chrome too
This commit is contained in:
parent
249196d414
commit
6b9cdf2bc2
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user