From a360adbba924d222c5b55709133c18890c04398d Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Fri, 29 Jan 2021 15:22:43 +0000 Subject: [PATCH] Ensure dropzone is full size even if story river is empty Thanks @jeremyredhead Fixes #5446 --- themes/tiddlywiki/vanilla/base.tid | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 60354b7ac..001f1419d 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -420,6 +420,10 @@ a.tc-tiddlylink-external:hover { background-color: <>; } +.tc-page-container > .tc-dropzone { + min-height: 100vh; +} + .tc-dropzone { position: relative; }