diff --git a/platform/features/table/res/sass/table.scss b/platform/features/table/res/sass/table.scss index e2ad3cff7b..534da1c432 100644 --- a/platform/features/table/res/sass/table.scss +++ b/platform/features/table/res/sass/table.scss @@ -65,3 +65,10 @@ mct-table { margin-bottom: 3px; } } + +.mct-table-scroll-forcer { + // Force horz scroll when needed; width set via JS + font-size: 0; + height: 1px; // Height 0 won't force scroll properly + position: relative; +} diff --git a/platform/features/table/res/templates/mct-table.html b/platform/features/table/res/templates/mct-table.html index 63c41d7867..69ab92ef35 100644 --- a/platform/features/table/res/templates/mct-table.html +++ b/platform/features/table/res/templates/mct-table.html @@ -59,6 +59,10 @@