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:14:08 -0400
committerGitHub <noreply@github.com>2017-04-07 22:14:08 -0400
commit9981972844401f5f1f91e3452943eb4b8999699a (patch)
treea38b3333ea5f711efe286fcdda2237b348ad21ff /app/assets
parent6b41fb2e6ffa11aa70d14600ad26575bf9aec112 (diff)
parent5f61ef24175b5f20bc6e384418413ed2967d17dc (diff)
Merge branch 'master' into patch-1
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;