FireFox scrollbar is under the fixedColumnsLeft and cannot be grabbed

Tags: #<Tag:0x00007f8b19cc9d08> #<Tag:0x00007f8b19cc9bc8>

Description

When using FixedColumnsLeft setting, scrollbar which overlaps the last row in FireFox hides behind the fixed column.

I have used below CSS to add padding-bottom so that scrollbar is visible. but It does not get selected in firefox if it is on FixedColumns side I guess thats because of z-index of fixedColumns…

@supports (-moz-appearance: none) {
       div.ht_master.handsontable.innerBorderLeft > div.wtHolder {
            padding-bottom: 15px !important;
      }
  }

Steps to reproduce

  1. open link in firefox and scroll

Demo

Here is demo link Sandbox

Your environment

  • React wrapper version: 11.1.0
  • Handsontable version: 11.1.0

Hi @jamshaidbutt055

I will close this issue, as it’s a duplicate of the one you reported here: https://github.com/handsontable/handsontable/issues/10370