This is an automated email from the ASF dual-hosted git repository.

dgnatyshyn pushed a commit to branch DLAB-1399
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit 765527fc054de9ccf0484af756ed019dc4d4aa5f
Author: Dmytro Gnatyshyn <di1...@ukr.net>
AuthorDate: Mon Dec 23 14:38:58 2019 +0200

    [DLAB-1399]:Removed extra vertical scrollbar during pages switching
---
 .../main/resources/webapp/src/app/shared/navbar/navbar.component.scss   | 2 --
 .../src/main/resources/webapp/src/app/shared/navbar/navbar.component.ts | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git 
a/services/self-service/src/main/resources/webapp/src/app/shared/navbar/navbar.component.scss
 
b/services/self-service/src/main/resources/webapp/src/app/shared/navbar/navbar.component.scss
index fd4d6b7..1219c22 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/shared/navbar/navbar.component.scss
+++ 
b/services/self-service/src/main/resources/webapp/src/app/shared/navbar/navbar.component.scss
@@ -313,12 +313,10 @@ mat-sidenav {
 mat-sidenav-content {
   &.mat-drawer-content {
     transition: all 0.35s ease-out;
-
   }
 
   .fade-animation {
     display: block;
-    height: 100%;
     max-height: 100%;
   }
 }
diff --git 
a/services/self-service/src/main/resources/webapp/src/app/shared/navbar/navbar.component.ts
 
b/services/self-service/src/main/resources/webapp/src/app/shared/navbar/navbar.component.ts
index 7c61100..2be7317 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/shared/navbar/navbar.component.ts
+++ 
b/services/self-service/src/main/resources/webapp/src/app/shared/navbar/navbar.component.ts
@@ -50,7 +50,7 @@ import {
       ], { optional: true }),
       group([
         query(':leave', [
-          animate('.3s ease-in-out',
+          animate('0s',
             style({
               opacity: 0,
             })


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to