Skip to content
This repository has been archived by the owner on Oct 18, 2018. It is now read-only.

Add CSS To Scrollbar Docs #20

Open
opticyclic opened this issue Oct 20, 2015 · 1 comment
Open

Add CSS To Scrollbar Docs #20

opticyclic opened this issue Oct 20, 2015 · 1 comment

Comments

@opticyclic
Copy link

On http://docs.handsontable.com/0.19.0/demo-scrollbars.html it says:

If you want scrollbars, just set container width, height and overflow: auto in CSS. This demo shows table of 1000 rows and columns. Only visible part is rendered. Native div scrollbar is used to scroll through the table.

Can you add the CSS example because when I try the only way seems to be to set it on the handsontable items

.handsontable-container{
  overflow: scroll;
}
.ht_master{
  overflow: scroll;
}
@AMBudnik
Copy link

Hi @opticyclic here's the example.

The container is the div for you Handsontable instance, so if I use #example1 as my Handsontable container I have to add those styles to #example1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants