mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-19 08:14:50 +00:00
Fixed problem with position of zooming chooser
It wasn't scrolling with the page
This commit is contained in:
parent
e7701d8af0
commit
6d6c860309
@ -17,6 +17,10 @@ body {
|
||||
border: 1px dotted #888;
|
||||
}
|
||||
|
||||
textarea.tw-edit-field {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
canvas.tw-edit-field {
|
||||
cursor: crosshair;
|
||||
-moz-user-select: none;
|
||||
@ -143,6 +147,8 @@ a.tw-tiddlylink-missing {
|
||||
}
|
||||
|
||||
.navigation-panel div ul {
|
||||
position: relative;
|
||||
top: 0;
|
||||
margin: 0 0 0 0;
|
||||
padding: 0px 4px 0px 4px;
|
||||
list-style: none;
|
||||
|
Loading…
Reference in New Issue
Block a user