This commit is contained in:
Sercan Yemen 2017-08-01 11:14:44 +03:00
commit 0a049ff9f4
2 changed files with 6 additions and 2 deletions

View File

@ -20,7 +20,7 @@ fuse-navbar {
background-color: #FFFFFF;
overflow-y: auto;
overflow-x: hidden;
z-index: 2;
z-index: 3;
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
transition: all .3s cubic-bezier(.55, 0, .55, .2), width .1s linear, min-width .1s linear, max-width .1s linear;
transform: translateX(0);

View File

@ -1,5 +1,9 @@
:host {
z-index: 3;
z-index: 4;
&.below{
z-index: 2;
}
.loading-spinner {
width: 32px;