1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-08 06:43:49 +00:00

Further tweaks to the still broken zooming chooser

This commit is contained in:
Jeremy Ruston 2012-06-11 22:04:21 +01:00
parent f59c24f053
commit d2b62eabbe
2 changed files with 3 additions and 3 deletions

View File

@ -148,7 +148,7 @@ exports.executeMacro = function() {
this.chooserDisplayed = false; this.chooserDisplayed = false;
var wrapperAttributes = { var wrapperAttributes = {
style: { style: {
"position": "fixed", "position": "absolute",
"left": "0", "left": "0",
"top": "0", "top": "0",
"min-width": "16px", "min-width": "16px",
@ -162,8 +162,8 @@ exports.executeMacro = function() {
"padding": "0px 4px 0px 4px", "padding": "0px 4px 0px 4px",
"top": "0", "top": "0",
"min-width": "16px", "min-width": "16px",
"z-index": "2000",
"background": "#ddd", "background": "#ddd",
"z-index": "2000",
"border-right": "1px solid #aaa" "border-right": "1px solid #aaa"
} }
}; };

View File

@ -4,7 +4,7 @@ type: text/css
body { body {
position: relative; position: relative;
background: #eee; background: #eee;
margin-top: 40px; padding-top: 40px;
} }
.tw-story-element { .tw-story-element {