mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-25 07:44:36 +00:00
Ensure dropzone is full size even if story river is empty
Thanks @jeremyredhead Fixes #5446
This commit is contained in:
@@ -420,6 +420,10 @@ a.tc-tiddlylink-external:hover {
|
|||||||
background-color: <<colour page-background>>;
|
background-color: <<colour page-background>>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tc-page-container > .tc-dropzone {
|
||||||
|
min-height: 100vh;
|
||||||
|
}
|
||||||
|
|
||||||
.tc-dropzone {
|
.tc-dropzone {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user