mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-05-01 01:31:26 -07:00
Touch events don't work well with position: fixed
This commit is contained in:
parent
f8f3b884a1
commit
33420ac936
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ a.tw-tiddlylink-missing {
|
|||
}
|
||||
|
||||
.navigation-panel {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue