Ensure dropzone is full size even if story river is empty

Thanks @jeremyredhead

Fixes #5446
browser-messaging-saver
jeremy@jermolene.com 2021-01-29 15:22:43 +00:00
rodzic 4c7dcb83d1
commit a360adbba9
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -420,6 +420,10 @@ a.tc-tiddlylink-external:hover {
background-color: <<colour page-background>>;
}
.tc-page-container > .tc-dropzone {
min-height: 100vh;
}
.tc-dropzone {
position: relative;
}