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
- 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