瀏覽代碼

fix: maximum height shopping cart

latapp 9 月之前
父節點
當前提交
1341df8532
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/main/index.html

+ 1 - 1
public/main/index.html

@@ -170,7 +170,7 @@
         <h3 class="text-lg font-bold text-[#101419]">Tu pedido</h3>
       </header>
 
-      <div id="cartItems" class="flex-1 overflow-y-auto p-4 space-y-2"></div>
+      <div id="cartItems" class="flex-1 overflow-y-auto p-4 space-y-2 max-h-[25vh]"></div>
       <p id="emptyCartText" class="hidden text-center text-gray-400 mt-4">Tu carrito está vacío.</p>
 
       <footer class="p-4 border-t border-gray-200 space-y-3">