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?
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 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;
}
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.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.