将 Google 地图添加到页面后,滚动条消失了 - 如何恢复它们
我刚刚实现了一个谷歌地图,它从 yelp API 中提取数据。一切都很好,除了我注意到页面上的滚动条已经消失。 Mac 和 PC 上的 FF 和 IE 均存在问题。
看看 - http://bhx-birmingham-airport.co.uk/ pages/hotels.php
我需要做什么才能取回它们?
I have just been implementing a google map, that pulls data from the yelp API. All fine, apart from I've noticed that the scroll bars on the page have dissappeared. Problem exists in FF and IE on Mac and PC.
Take a look - http://bhx-birmingham-airport.co.uk/pages/hotels.php
What do I need to do to get them back?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
显然在你的hotels.php页面中有一个CSS规则:
更改它并删除
overflow:hidden
或者如果你不能这样做(例如,如果谷歌的代码在其中注入该样式),则添加css 文件中的另一条规则:Apparently in your hotels.php page there is a css rule:
Change it and remove the
overflow:hidden
or if you can't do that (for example if google's code injects that style in there) then add another rule in your css file: