Added chart
diff --git a/mCordPortal/src/sass/home.scss b/mCordPortal/src/sass/home.scss
index bb9a4ec..1ea0951 100644
--- a/mCordPortal/src/sass/home.scss
+++ b/mCordPortal/src/sass/home.scss
@@ -17,6 +17,8 @@
background-image: url($background-image);
transition: all .5s ease-in-out;
box-shadow: -10px 0px 20px -5px rgba(0,0,0,0.75);
+ max-height: 100%;
+ overflow-y: scroll;
&.in{
right: 0;
diff --git a/mCordPortal/src/sass/main.scss b/mCordPortal/src/sass/main.scss
index 9926021..76211be 100644
--- a/mCordPortal/src/sass/main.scss
+++ b/mCordPortal/src/sass/main.scss
@@ -146,6 +146,10 @@
animation: fadein 2s ease-in-out;
}
+ng-map img {
+ animation: none;
+}
+
/* ng-view-animation
-------------------------------------------------- */