mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-10 19:21:43 -08: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
1 changed files with 0 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue