about summary refs log tree commit diff
path: root/app/assets
diff options
context:
space:
mode:
authorShel R <Yiskah.Raphen@gmail.com>2017-04-07 22:21:21 -0400
committerGitHub <noreply@github.com>2017-04-07 22:21:21 -0400
commitfef478781d1033ba045806945f84cbab1bdb0007 (patch)
treecf99ed9130e2226f13e52f87dc7bbe8a9b464ee2 /app/assets
parentbf7cefa516075b480fd5da5ea4b1385d7d17bdd5 (diff)
parentc1a553d2c274941f38cc299699dfae1f60559e67 (diff)
Merge branch 'master' into master
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/images/background-photo.jpegbin894792 -> 214464 bytes
-rw-r--r--app/assets/stylesheets/components.scss4
2 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/images/background-photo.jpeg b/app/assets/images/background-photo.jpeg
index b0a88ff35..d7937fd4b 100644
--- a/app/assets/images/background-photo.jpeg
+++ b/app/assets/images/background-photo.jpeg
Binary files differdiff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss
index d233b3471..696e89418 100644
--- a/app/assets/stylesheets/components.scss
+++ b/app/assets/stylesheets/components.scss
@@ -1,5 +1,9 @@
 @import 'variables';
 
+.app-body{
+ -ms-overflow-style: -ms-autohiding-scrollbar; 
+}
+
 .button {
   background-color: darken($color4, 3%);
   font-family: inherit;