mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 17:10:29 +00:00
Fixed issue with dropbox positioning
On webkit, applying a perspective appears to set up a new positioning context without updating offsetParent.
This commit is contained in:
parent
7a7f293579
commit
c58a75f834
@ -16,9 +16,6 @@ function ClassicListView(listMacro) {
|
|||||||
this.listMacro = listMacro;
|
this.listMacro = listMacro;
|
||||||
var listFrame = this.listMacro.listFrame,
|
var listFrame = this.listMacro.listFrame,
|
||||||
listFrameDomNode = listFrame.domNode;
|
listFrameDomNode = listFrame.domNode;
|
||||||
$tw.utils.setStyle(listFrameDomNode,[
|
|
||||||
{perspective: 50000},
|
|
||||||
]);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ClassicListView.prototype.navigateTo = function(historyInfo) {
|
ClassicListView.prototype.navigateTo = function(historyInfo) {
|
||||||
|
Loading…
Reference in New Issue
Block a user