↧
I am using the slidebox and when I add information to a slide, it gets cutoff at the bottom whatever the last thing is. See this picture:
If I add to the slidebox css under .slider
position: absolute;
top: auto;
bottom: 0;
left: 0;
right: 0;
I get the top cut off, like this:
Any idea for a fix?