2017-06-12 67 views

回答

1

更改z-index的值將不會顯示爲#price-table-fix隱藏塊之外的所有溢出內容。

在下面添加規則和屬性,它應該修復它。

#price-table-fix { 
    overflow: visible; 
}