UI issue in html tables while using tidgi desktop app

I am seeing a UI issue in tidgi vs firefox browser in my custom dynamic table (actually html tables on steroids)- is it thick bottom border of table or thick scrollbar ?

Here is the image from tidgi

Here is the image from firefox

@linonetwo Any way to fix this ?

Not sure, have you tried Chrome, since TidGi is an electron based tiddlywiki app that based on Chromium again.

Or you could try CSS like

https://stackoverflow.com/questions/16670931/hide-scroll-bar-but-while-still-being-able-to-scroll

{
  scrollbar-width: none;
}

This fixed the issue for the time being