mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-10 08:00:03 +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;
|
border: 1px dotted #888;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
textarea.tw-edit-field {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
canvas.tw-edit-field {
|
canvas.tw-edit-field {
|
||||||
cursor: crosshair;
|
cursor: crosshair;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
@ -143,6 +147,8 @@ a.tw-tiddlylink-missing {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navigation-panel div ul {
|
.navigation-panel div ul {
|
||||||
|
position: relative;
|
||||||
|
top: 0;
|
||||||
margin: 0 0 0 0;
|
margin: 0 0 0 0;
|
||||||
padding: 0px 4px 0px 4px;
|
padding: 0px 4px 0px 4px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user