mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-03 19:38:02 +00:00
Touch events don't work well with position: fixed
This commit is contained in:
@@ -109,7 +109,7 @@ a.tw-tiddlylink-missing {
|
||||
}
|
||||
|
||||
.navigation-panel {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
|
Reference in New Issue
Block a user