Updated Sparky to add ECOMP functionality Browse, Specialized Search, BYOQ, and the...
[aai/sparky-fe.git] / resources / scss / common / _layout.scss
index 11265c5..0d826f3 100644 (file)
@@ -26,6 +26,7 @@
        display: flex;
        flex-direction: column;
        height: 100vh;
+    overflow:auto;
 }
 
 .view-container {
@@ -38,8 +39,7 @@
 .showContainer {
 }
 
-.spin-container {
-       overflow: hidden;
+.spinner-container {
        position: relative;
 }
 
@@ -50,6 +50,6 @@
        top: 49%;
 }
 
-.spin-content {
+.spinner-content {
        opacity: 0.2;
 }