Skip to content

Commit ddc1b8e

Browse files
committed
fix 739eeba: restore drag'n'drop receptacle
1 parent 3163f51 commit ddc1b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/manage/manage.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ $iconGapY: 4px;
1111
--action-size: var(--icon-font-size);
1212
}
1313
body {
14-
/* Fill the entire viewport to enable json import via drag'n'drop */
1514
display: flex;
15+
height: var(--100dvh); /* Fill the entire viewport to enable json import via drag'n'drop */
1616
}
1717

1818
#header:lang(ja) h1 {

0 commit comments

Comments
 (0)