[ADF-2743] changes gallery manager

This commit is contained in:
Eugenio Romano
2018-04-17 12:27:05 +01:00
parent 0a8438954b
commit 1681958d6b
6 changed files with 28 additions and 11 deletions

View File

@@ -19,7 +19,7 @@
}
.adf-app-layout-toolbar {
z-index: 200000;
z-index: 1001;
position: relative;
overflow: visible !important;
}

View File

@@ -39,7 +39,6 @@ export class AppLayoutComponent {
{ href: '/form', icon: 'poll', title: 'APP_LAYOUT.FORM' },
{ href: '/form-list', icon: 'library_books', title: 'APP_LAYOUT.FORM_LIST' },
{ href: '/form-loading', icon: 'cached', title: 'APP_LAYOUT.FORM_LOADING' },
{ href: '/uploader', icon: 'file_upload', title: 'APP_LAYOUT.UPLOADER' },
{ href: '/webscript', icon: 'extension', title: 'APP_LAYOUT.WEBSCRIPT' },
{ href: '/tag', icon: 'local_offer', title: 'APP_LAYOUT.TAG' },
{ href: '/social', icon: 'thumb_up', title: 'APP_LAYOUT.SOCIAL' },