Gert Cuykens
Gert Cuykens

Reputation: 7155

jssor: bug in full-width-slider.html

Resize works fine except when I maximise the screen, the navigator arrow is missing at the right and the select navigator at the bottom.

http://www.jssor.com/demos/full-width-slider.html

1) Can you confirm that this is a bug?

2) If not, how can I fix this?

missing

Upvotes: 1

Views: 355

Answers (1)

danwarfel
danwarfel

Reputation: 880

Yeah I see the error, too. I can tell it's placed correctly if I turn off display: none; but it seems to be hidden once it gets past 880px from the left side. It seems to be because #slider1_container > div > div is getting overflow: hidden; written inline. Locate what's doing this in your JavaScript and turn it off. If you must, hackishly use !important for a quick fix to be revisited later.

Upvotes: 3

Related Questions