diff --git a/services/web/frontend/stylesheets/app/plans-v2.less b/services/web/frontend/stylesheets/app/plans-v2.less index 2a516ca0d4..d2d95f6aeb 100644 --- a/services/web/frontend/stylesheets/app/plans-v2.less +++ b/services/web/frontend/stylesheets/app/plans-v2.less @@ -1047,9 +1047,15 @@ p.plans-v2-table-green-highlighted-text { } .plans-v2-table-sticky-header-container { - height: 100%; - width: 100%; - position: absolute; + @media (max-width: @screen-xs-max) { + // `height: 60%` is just an arbitrary percentage + // since we need to cover the whole plans_v2_table + // but not too much so it vertically overflows the page + // and it's not trivial to calculate the precise table height + height: 60%; + width: 100%; + position: absolute; + } } .plans-v2-table-sticky-header-without-switch {