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

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git


The following commit(s) were added to refs/heads/master by this push:
     new de80aa8  [AIRAVATA-3008] Hide outer scroll bar in body
     new 1e94d65  Merge pull request #24 from aravindparappil46/scrollbar-css
de80aa8 is described below

commit de80aa87b191ca9c81cd746aabd67ff3c08b6990
Author: aparappi <[email protected]>
AuthorDate: Fri Apr 12 15:35:20 2019 -0400

    [AIRAVATA-3008] Hide outer scroll bar in body
---
 django_airavata/static/common/scss/main.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/django_airavata/static/common/scss/main.scss 
b/django_airavata/static/common/scss/main.scss
index 394cd58..8907554 100644
--- a/django_airavata/static/common/scss/main.scss
+++ b/django_airavata/static/common/scss/main.scss
@@ -6,6 +6,7 @@ body {
 body {
     color: #333;
     background-color: #f7f7f7;
+    overflow: hidden;
 }
 
 .c-header {

Reply via email to