Welcart Beldad 1.5.5 をリリースしました。修正点は以下のとおりです。
【Widget Cart】カート内商品数が多い場合に「精算する」等のボタンが押せなくなる不具合を修正
スタイル追加 : wcex_widget_cart.css
高さに上限を設け、超過時は枠内スクロールするように変更
.widgetcart_rows td.widgetcart_item {
text-align: left;
}
.open-widgetcart .site-header .view-cart-wrap {
position: fixed;
padding: 8em 1.071em 5em;
overflow-y: auto;
}
.site-header .widgetcart .view-cart {
padding: 0;
}
.site-header .widgetcart .close {
top: 62px;
}
/**
* 16.2 Tablet Small 1000px
*/
@media screen and (min-width: 62.5em) {
.open-widgetcart .site-header .view-cart-wrap {
overflow-y: inherit;
}
.site-header .widgetcart_rows {
display: block;
max-height: 500px;
margin-bottom: 20px;
padding-right: 8px;
overflow-y: auto;
scrollbar-width: thin;
}
.site-header .widgetcart_rows tbody {
display: inline-table;
width: 100%;
}
}



