Add forgotten ace_layer class to ace_print-margin-layer
This commit is contained in:
parent
911e0a8eac
commit
6576190b53
2 changed files with 1 additions and 11 deletions
|
|
@ -75,16 +75,6 @@
|
|||
left: 0;
|
||||
}
|
||||
|
||||
.ace_print-margin-layer {
|
||||
z-index: 0;
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
margin: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ace_print-margin {
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
|
|
|
|||
|
|
@ -512,7 +512,7 @@ var VirtualRenderer = function(container, theme) {
|
|||
|
||||
if (!this.$printMarginEl) {
|
||||
containerEl = dom.createElement("div");
|
||||
containerEl.className = "ace_print-margin-layer";
|
||||
containerEl.className = "ace_layer ace_print-margin-layer";
|
||||
this.$printMarginEl = dom.createElement("div");
|
||||
this.$printMarginEl.className = "ace_print-margin";
|
||||
containerEl.appendChild(this.$printMarginEl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue