-2

出于某种原因,在我的页面http://automammoth.com/shop/cart/上(请在购物车中添加商品以查看)下拉菜单中缺少滚动条,因此我的客户无法选择正确的州或国家/地区. 有谁知道我需要做什么来解决这个问题?我在 css 中找不到正确的字段。

4

1 回答 1

2

摆脱overflow: hidden此 CSS 规则中的 可以解决您的问题。

http://automammoth.com/wp-content/plugins/shopp/core/ui/styles/catalog.css?ver=20110511
line 47
media="screen"

#shopp form ul {
  width: 100%;
  overflow: hidden;
  line-height: 1;
}
于 2013-04-14T21:35:12.907 回答