feat(lotto): 모바일 반응형 — 스와이프 탭 전환

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-23 14:46:54 +09:00
parent 2c2011659a
commit fd13f65faa
2 changed files with 51 additions and 15 deletions

View File

@@ -1513,4 +1513,16 @@
@media (max-width: 768px) {
.lotto-tabs { overflow-x: auto; }
.lotto-tabs button { white-space: nowrap; }
/* 구매 이력 테이블 가로 스크롤 */
.purchase-list {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.lotto-ball {
width: 32px;
height: 32px;
font-size: 13px;
}
}