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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 2a8dcf8  [DLAB-1272] Removed extra scrollbar during login in Chrome 
browser
     new 1db5a36  Merge pull request #443 from DG1202/DLAB-1272
2a8dcf8 is described below

commit 2a8dcf8c29fdaf843367243b438805e255656209
Author: Dmytro Gnatyshyn <[email protected]>
AuthorDate: Mon Nov 25 12:10:05 2019 +0200

    [DLAB-1272] Removed extra scrollbar during login in Chrome browser
---
 .../src/main/resources/webapp/src/assets/styles/app-loading.scss  | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git 
a/services/self-service/src/main/resources/webapp/src/assets/styles/app-loading.scss
 
b/services/self-service/src/main/resources/webapp/src/assets/styles/app-loading.scss
index dfaccb2..91b62c3 100644
--- 
a/services/self-service/src/main/resources/webapp/src/assets/styles/app-loading.scss
+++ 
b/services/self-service/src/main/resources/webapp/src/assets/styles/app-loading.scss
@@ -37,11 +37,9 @@ html {
   animation: rotate 2s linear infinite;
   transform-origin: center center;
   position: absolute;
-  top: 0;
-  bottom: 0;
-  left: 0;
-  right: 0;
-  margin: auto;
+  top: calc(50% - 100px);
+  left: calc(50% - 100px);
+  margin: 0;
 }
 
 .app-loading .spinner .path {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to