From 98fdd3e184e78e2ffae573fedc68636724b0fc4f Mon Sep 17 00:00:00 2001 From: Jermolene Date: Tue, 24 Dec 2013 09:44:40 +0000 Subject: [PATCH] Fix problem with modal positioning on narrow screens Fixes #302 --- themes/tiddlywiki/vanilla/base.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index dfd6508d4..ea13a6fc2 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -744,7 +744,7 @@ canvas.tw-edit-bitmapeditor { @media (max-width: 55em) { .modal { - position: absolute; + position: fixed; top: 1em; left: 1em; right: 1em;