We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1bc403 commit 17430aaCopy full SHA for 17430aa
extension/inline.js
@@ -831,7 +831,7 @@ webpg.inline = {
831
});
832
webpg.jq(toolbar).find('ul.webpg-action-list, ul.webpg-subaction-list').css({
833
'position': 'absolute', 'top': '100%', 'left': '-2px',
834
- 'z-index': '9999', 'float': 'left', 'display': 'none',
+ 'z-index': 'auto', 'float': 'left', 'display': 'none',
835
'min-width': '234px', 'padding': '0', 'margin': '0',
836
'list-style': 'none', 'background-color': '#ffffff',
837
'border-color': '#ccc', 'border-color': 'rgba(0, 0, 0, 0.2)',
@@ -1548,7 +1548,7 @@ webpg.inline = {
1548
iframe.style.width = "99%";
1549
iframe.style.minHeight = "220px";
1550
iframe.style.backgroundColor = "#efefef";
1551
- iframe.style.zIndex = "9999";
+ iframe.style.zIndex = "auto";
1552
if (this.mode === "icon")
1553
iframe.style.display = 'none';
1554
webpg.utils._onRequest.addListener(function(request) {
0 commit comments