fix: wrap catalog category pills on mobile instead of horizontal scroll
@media(max-width:720px) forced .sun-catalog-top-toolbar .cats into flex-wrap:nowrap + overflow:auto, turning the colored category pills (Боксы/Премиум/Напитки/Дополнения/Посуда...) into a horizontally scrolling strip that runs off the right edge of the screen instead of wrapping. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
parent
870cc405dc
commit
5427b71651
@ -6506,7 +6506,7 @@ window.SunQR = {
|
||||
@media(max-width:720px){
|
||||
#sunOrderCards{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))!important}
|
||||
.sun-order-card-top{grid-template-columns:54px minmax(0,1fr)!important}
|
||||
#new .sun-catalog-top-toolbar .cats{flex-wrap:nowrap;overflow:auto;width:100%;padding-bottom:2px!important}
|
||||
#new .sun-catalog-top-toolbar .cats{flex-wrap:wrap!important;overflow:visible;width:100%;padding-bottom:2px!important}
|
||||
#new .sun-catalog-top-toolbar .cats button{flex:0 0 auto!important}
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user