Correcting spinner
[aai/sparky-fe.git] / resources / scss / tier-support / _splitPane.scss
index dc07be0..c174920 100644 (file)
  * ECOMP is a trademark and service mark of AT&T Intellectual Property.
  */
 
+div.SplitPane.vertical {
+  position: initial !important;
+}
+
 .SplitPane {
   min-width: $minimum-application-width;
-  height: calc(100% - #{$total-header-height}) !important;
 }
 
 .Resizer {