[ADF-2774] fixed message bus, background and language dropdowns that were hidden by the toolbar (#3379)

This commit is contained in:
Georgiana Roman
2018-05-23 21:23:50 +03:00
committed by Eugenio Romano
parent 30f13cdecd
commit 5831bc1d77
4 changed files with 11 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
<button mat-icon-button [matMenuTriggerFor]="langMenu">
<mat-icon>language</mat-icon>
</button>
<mat-menu #langMenu="matMenu">
<mat-menu #langMenu="matMenu" class="adf-menu">
<adf-language-menu></adf-language-menu>
</mat-menu>
</mat-toolbar>

View File

@@ -24,6 +24,10 @@
overflow: visible !important;
}
.adf-menu {
padding-top: 55px;
}
.adf-app-layout {
display: flex;
flex: 1;
@@ -98,6 +102,10 @@
.adf-userinfo-name {
display: none;
}
.adf-menu {
padding-top: 0px;
}
}
@media screen and ($mat-xsmall) {