z-index on expresscart

This commit is contained in:
Michael RICOIS 2018-01-11 11:10:02 +01:00
parent 8b2476e6a7
commit 00657ccd4e
2 changed files with 2 additions and 1 deletions

View File

@ -5363,4 +5363,5 @@ body#order-detail table#order-product tbody tr.item tr.title span.quantity{
position: absolute;
bottom: 4px;
border-radius: 20px;
z-index: 10000;
}

View File

@ -465,7 +465,7 @@
{assign var="qtySelected" value=$product->minimal_quantity}
{/if}
{/if}
{for $qty=1 to 12}
{for $qty=1 to 10}
<option value="{$qty}"{if $qtySelected == $qty} selected{/if}>{$qty}</option>
{/for}
</select>