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:
parent
f59c24f053
commit
d2b62eabbe
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user