mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Ensure dropzone is full size even if story river is empty
Thanks @jeremyredhead Fixes #5446
This commit is contained in:
parent
4c7dcb83d1
commit
a360adbba9
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user