[SSE] Special-paste button was over drop-down menus (left menu or menus in the toolbar).
This commit is contained in:
parent
28d55eb6d0
commit
1d52bcc279
|
@ -1624,7 +1624,7 @@ define([
|
|||
me._arrSpecialPaste[Asc.c_oSpecialPasteProps.sourceformatting] = me.txtPasteSourceFormat;
|
||||
me._arrSpecialPaste[Asc.c_oSpecialPasteProps.destinationFormatting] = me.txtPasteDestFormat;
|
||||
|
||||
pasteContainer = $('<div id="special-paste-container" style="position: absolute; z-index: 10000;"><div id="id-document-holder-btn-special-paste"></div></div>');
|
||||
pasteContainer = $('<div id="special-paste-container" style="position: absolute;"><div id="id-document-holder-btn-special-paste"></div></div>');
|
||||
documentHolderView.cmpEl.append(pasteContainer);
|
||||
|
||||
me.btnSpecialPaste = new Common.UI.Button({
|
||||
|
|
|
@ -261,7 +261,7 @@
|
|||
|
||||
#special-paste-container {
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
z-index: @zindex-dropdown - 20;
|
||||
background-color: @gray-light;
|
||||
border: 1px solid @gray;
|
||||
}
|
Loading…
Reference in a new issue