1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-01 01:33:16 +00:00

Touch events don't work well with position: fixed

This commit is contained in:
Jeremy Ruston 2012-03-11 19:09:04 +00:00
parent f8f3b884a1
commit 33420ac936

View File

@ -109,7 +109,7 @@ a.tw-tiddlylink-missing {
}
.navigation-panel {
position: fixed;
position: absolute;
top: 0;
left: 0;
height: 100%;