mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix dropdown panel in viewer toolbar because of z-index (#3472)
This commit is contained in:
committed by
Eugenio Romano
parent
eda43aa9ae
commit
9221d1d0d0
@@ -1,7 +1,7 @@
|
||||
router-outlet[name="overlay"] + * {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 999999;
|
||||
z-index: 999;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
|
@@ -5,7 +5,6 @@
|
||||
$minimumAppWidth: 320px;
|
||||
$toolbarHeight: 64px;
|
||||
|
||||
|
||||
@media screen and ($mat-xsmall) {
|
||||
app-search-bar {
|
||||
width: 150px;
|
||||
@@ -19,7 +18,7 @@
|
||||
}
|
||||
|
||||
.adf-app-layout-toolbar {
|
||||
z-index: 1001;
|
||||
z-index: 998;
|
||||
position: relative;
|
||||
overflow: visible !important;
|
||||
}
|
||||
@@ -48,7 +47,6 @@
|
||||
}
|
||||
|
||||
.adf-sidenav-link {
|
||||
|
||||
&.active {
|
||||
color: mat-color($primary);
|
||||
}
|
||||
@@ -92,7 +90,7 @@
|
||||
line-height: $toolbarHeight;
|
||||
|
||||
&.active {
|
||||
background-color: rgba(0, 0, 0, .12);
|
||||
background-color: rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -108,7 +106,5 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and ($mat-xsmall) {
|
||||
}
|
||||
|
||||
@media screen and ($mat-xsmall) {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user