style(scss): 添加主出口包装器的z-index样式
- 在self.scss中添加#main-outlet-wrapper的z-index: 0样式 - 保持其他样式定义不变
This commit is contained in:
@@ -44,6 +44,10 @@
|
|||||||
background-color: unset !important;
|
background-color: unset !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#main-outlet-wrapper{
|
||||||
|
z-index: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.regular.ember-view{
|
.regular.ember-view{
|
||||||
background-color: #ffffffa8 !important;
|
background-color: #ffffffa8 !important;
|
||||||
border-radius: var(--d-border-radius);
|
border-radius: var(--d-border-radius);
|
||||||
|
|||||||
Reference in New Issue
Block a user