1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-22 10:43:11 +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
core/modules/macros
tw5.com/wiki

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

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