/* tt-nostretch.css · founder 2026-08-04
   หน้าที่ไม่ได้โหลด togethr-fitwidth.css จะไม่ได้กฎ "ห้ามยืดเกินเนื้อหา"
   ทำให้บนจอกว้าง (เดสก์ท็อป/แท็บเล็ตแนวนอน) เหลือที่ว่างท้ายหน้าเป็นแถบยาว
   ไฟล์นี้ตัดเฉพาะการยืดความสูง — ไม่แตะความกว้าง สี หรือเลย์เอาต์
   ห้ามใช้กับหน้าที่เป็นเชลล์เต็มจอจริง (order-food / food-portal / kds / live) */
@media (min-width: 700px) {
  html { min-height: auto !important; }
  body { min-height: auto !important; }
  :is(.phone, .wrap, .bm-wrap, .page, .shell, main, #app) { min-height: auto !important; }
}
