X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=resources%2Fscss%2Ftier-support%2F_splitPane.scss;h=c1749206c03727b90fcf3c8a47bb54e05eadc10f;hb=refs%2Fchanges%2F29%2F30329%2F1;hp=dc07be0a1e7858daab1f20ef66d54f2a2ca52961;hpb=bca1bdc7d52b01ede5c0e85f06cd6c64e5aaab57;p=aai%2Fsparky-fe.git diff --git a/resources/scss/tier-support/_splitPane.scss b/resources/scss/tier-support/_splitPane.scss index dc07be0..c174920 100644 --- a/resources/scss/tier-support/_splitPane.scss +++ b/resources/scss/tier-support/_splitPane.scss @@ -21,9 +21,12 @@ * 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 {