1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-24 00:50:28 +00:00

Fix problem with modal positioning on narrow screens

Fixes #302
This commit is contained in:
Jermolene 2013-12-24 09:44:40 +00:00
parent 73c5ecdaa7
commit 98fdd3e184

View File

@ -744,7 +744,7 @@ canvas.tw-edit-bitmapeditor {
@media (max-width: 55em) {
.modal {
position: absolute;
position: fixed;
top: 1em;
left: 1em;
right: 1em;