summaryrefslogtreecommitdiffstats
path: root/resources/scss/tier-support/_splitPane.scss
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scss/tier-support/_splitPane.scss')
-rw-r--r--resources/scss/tier-support/_splitPane.scss5
1 files changed, 4 insertions, 1 deletions
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 {