1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-01 17:53:15 +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:
Jeremy Ruston 2012-11-04 17:02:01 +00:00
parent 7a7f293579
commit c58a75f834

View File

@ -16,9 +16,6 @@ function ClassicListView(listMacro) {
this.listMacro = listMacro;
var listFrame = this.listMacro.listFrame,
listFrameDomNode = listFrame.domNode;
$tw.utils.setStyle(listFrameDomNode,[
{perspective: 50000},
]);
}
ClassicListView.prototype.navigateTo = function(historyInfo) {