Fix NativeMML so that showMathMenuMSIE:false works properly (the container being postion:relative was causing the wrong element to be on top)
This commit is contained in:
parent
9f4f88a531
commit
51c61ef985
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -220,6 +220,7 @@
|
|||
} else {
|
||||
var config = (this.config.showMathMenuMSIE != null ? this : HUB).config;
|
||||
if (config.showMathMenuMSIE) {this.MSIEoverlay(container)}
|
||||
else {container.style.position = ""}
|
||||
}
|
||||
} else {
|
||||
container.oncontextmenu = EVENT.Menu;
|
||||
|
|
Loading…
Reference in New Issue
Block a user