A) How can I set scroll to always appear on x and Y acies ?
I have unsuccessfuly tried:
#jstree {
white-space: nowrap;
overflow: auto;
text-overflow: ellipsis;
}
B) I have the bottom stip, I want it overrides the folders tree.
I want it to appear 10px below the tree div.
See photo:
You are setting overflow to auto, that won’t work