diff --git a/platform/commonUI/general/res/sass/_mixins.scss b/platform/commonUI/general/res/sass/_mixins.scss index 4aaaeac295..02809c9152 100644 --- a/platform/commonUI/general/res/sass/_mixins.scss +++ b/platform/commonUI/general/res/sass/_mixins.scss @@ -20,8 +20,8 @@ * at runtime from the About dialog for additional information. *****************************************************************************/ -@mixin absPosDefault($offset: 0px, $overflowHidden: hidden) { - overflow: $overflowHidden; +@mixin absPosDefault($offset: 0px, $overflow: hidden) { + overflow: $overflow; position: absolute; top: $offset; right: $offset; diff --git a/platform/commonUI/general/res/sass/_views.scss b/platform/commonUI/general/res/sass/_views.scss index 5ba1862eb3..8c45ff2d78 100644 --- a/platform/commonUI/general/res/sass/_views.scss +++ b/platform/commonUI/general/res/sass/_views.scss @@ -5,8 +5,7 @@ } .l-view-section { - //@include test(orange, 0.1); - @include absPosDefault(0); + @include absPosDefault($overflow: auto); h2 { color: #fff; margin-bottom: $interiorMargin; diff --git a/platform/features/table/res/templates/mct-table.html b/platform/features/table/res/templates/mct-table.html index 056e8aac33..f8074e5de7 100644 --- a/platform/features/table/res/templates/mct-table.html +++ b/platform/features/table/res/templates/mct-table.html @@ -5,7 +5,7 @@ Export -
+