diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 753016fa6..f8d528cd1 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -1130,14 +1130,22 @@ canvas.tc-edit-bitmapeditor { .tc-modal-body { overflow-y: auto; max-height: 400px; + max-height: 60vh; } } @media (min-width: 55em) { .tc-modal { - position: relative; + position: fixed; + top: 2em; + left: 25%; width: 50%; - margin: 30px auto; + } + + .tc-modal-body { + overflow-y: auto; + max-height: 400px; + max-height: 60vh; } }