Scrollbars artifacts

Tags: #<Tag:0x00007f51b9b6e830> #<Tag:0x00007f51b9b6e4e8>

Applying styles to scrollbar in MUI theme or global css cause scrollbar artifacts inside Handsontable even if it was excluded with selector. &::-webkit-scrollbar, & *:not(.handsontable):not(.handsontable *)::-webkit-scrollbar Scrollbars placed under and to the right of the table, but it should be placed inside the table. Also there is a artifact on bottom right corner. (See screenshot)

Hi @alexx.globenko

Can you please share a code demo where the problem can be replicated?

@alexx.globenko

Thank you for the demo. I checked it, but the scrollbars look ok:

Do I need to perform any additional steps to get the same result as you?

Unfortunately it not looks good. I see an extra whitespace between scrollbar and column header name on yours screenshot.

@alexx.globenko

This issue should be fixed now, as we released Handsontable 15.2.0 today. Can you please confirm that with this example? https://stackblitz.com/edit/react-xvbovrcy-s59yukpl?file=src%2Fstyles.css

I used your link and just uncomment css and it was reproduced https://stackblitz.com/edit/react-xvbovrcy-mggzkgal?file=package.json

@alexx.globenko

I checked your example, but it still works and looks fine:

Hi @adrian.szymanski it not looks fine on your screenshot. I highlighted areas on yours screenshot.

@alexx.globenko

This is the issue that was solved in Handsontable 15.2.0. I don’t know why the dependencies weren’t updated in the example.

URL: https://stackblitz.com/edit/react-xvbovrcy-cxqzyxxt?file=src%2Fstyles.css,package.json

@adrian.szymanski I forked project from last sandbox url -> uncomment css styles -> faced the issue. Checked package.json and there is v15.2.

@alexx.globenko

Let me clarify one thing, the issue only occurs with your customized styling? If so, then there’s not much we can do about it. The only way would be to adjust your CSS.