[Kibana 7.5.2 - Table] Scrollbars of Table visualisation are always visible in a dashboard

Thanks so much for the great tool. But please can you help as the Scrollbars of table visualisation are always visible in a dashboard making it looks so bad?

What should I do to fix it?

@thanhvu I believe the best way to solve this is by having you open an issue for a bug report in our github repo :slight_smile: https://github.com/elastic/kibana/issues/new?template=Bug_report.md

Hope that helps!

Hi @tiagocosta, thanks for your suggestion but do you know there is a quick way to change the CSS to fix it?

@thanhvu I think that would depend on the browser. For webkit based you have something like:

::-webkit-scrollbar {
    width: 0px; 
    background: transparent; 
}
1 Like

Thank you very much @tiagocosta. The solution is great. But the scrollbar is now disappeared completely. What I really need is the normal fancy scrollbar with similar dark theme colour and only visible when I hover on it? Is that possible to do with CSS?

@thanhvu I believe that would need a bit of js and css together.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.