简体   繁体   English

jssor:full-width-slider.html中的bug

[英]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 http://www.jssor.com/demos/full-width-slider.html

1) Can you confirm that this is a bug? 1)你能确认这是一个错误吗?

2) If not, how can I fix this? 2)如果没有,我该如何解决这个问题?

失踪

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. 但是一旦它从左侧超过880px,它似乎就被隐藏起来了。 It seems to be because #slider1_container > div > div is getting overflow: hidden; 这似乎是因为#slider1_container > div > div正在overflow: hidden; written inline. 内联写的。 Locate what's doing this in your JavaScript and turn it off. 在JavaScript中找到正在执行此操作的内容并将其关闭。 If you must, hackishly use !important for a quick fix to be revisited later. 如果你必须,坚持使用!important的是快速修复以便以后重新访问。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM