Fix problem with modal positioning on narrow screens

Fixes #302
print-window-tiddler
Jermolene 2013-12-24 09:44:40 +00:00
rodzic 73c5ecdaa7
commit 98fdd3e184
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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