Move the infinite overlay to the same source order as regular o… (#7923)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
.umb-editors {
|
||||
.absolute();
|
||||
overflow: hidden;
|
||||
z-index: 7500;
|
||||
|
||||
.umb-editor {
|
||||
box-shadow: 0px 0 30px 0 rgba(0,0,0,.3);
|
||||
@@ -104,4 +105,4 @@
|
||||
i {
|
||||
margin-right:5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -66,11 +66,7 @@
|
||||
<section id="contentwrapper">
|
||||
|
||||
<div id="contentcolumn">
|
||||
|
||||
<div class="umb-editor" ng-view></div>
|
||||
<div class="umb-editor__overlay" ng-if="infiniteMode"></div>
|
||||
|
||||
<umb-editors></umb-editors>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
@@ -93,7 +89,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
<umb-backdrop ng-if="backdrop.show"
|
||||
<umb-backdrop ng-if="backdrop.show || infiniteMode"
|
||||
backdrop-opacity="backdrop.opacity"
|
||||
highlight-element="backdrop.element"
|
||||
highlight-prevent-click="backdrop.elementPreventClick"
|
||||
@@ -107,6 +103,8 @@
|
||||
parent-scope="overlay.parentScope">
|
||||
</umb-overlay>
|
||||
|
||||
<umb-editors ng-show="infiniteMode"></umb-editors>
|
||||
|
||||
<umb-login
|
||||
ng-if="login.show"
|
||||
on-login="hideLoginScreen()">
|
||||
|
||||
Reference in New Issue
Block a user