Updating versions of Sparky FE files
[aai/sparky-fe.git] / resources / scss / common / _base.scss
index ab3756d..f7e3274 100644 (file)
@@ -20,8 +20,7 @@
  *
  * ECOMP is a trademark and service mark of AT&T Intellectual Property.
  */
-
-
 html {
   font-size: 100%;
   height: 100%;
@@ -31,10 +30,8 @@ body {
   /* scrollbar styling for Internet Explorer */
   scrollbar-face-color: $scroll-bar-color;
   scrollbar-track-color: $scroll-bar-color;
-  height: 100%;
-  min-width: 1280px;
-  overflow-y: auto;
-  //@extend %noselect;
+  height: 100vh;
+  min-width: $minimum-application-width;
 }
 
 /* scrollbar styling for Google Chrome | Safari | Opera */