6369
редагувань
Admin (обговорення | внесок) Немає опису редагування |
Admin (обговорення | внесок) Немає опису редагування |
||
| Рядок 9: | Рядок 9: | ||
html { | html { | ||
overflow-y: scroll !important; | overflow-y: scroll !important; | ||
scrollbar-gutter: | scrollbar-gutter: auto !important; | ||
} | } | ||
| Рядок 601: | Рядок 601: | ||
.mcc-scroll-outer { position: relative; border-radius: 6px; overflow: hidden; } | .mcc-scroll-outer { position: relative; border-radius: 6px; overflow: hidden; } | ||
.mcc-scroll-outer::after { | .mcc-scroll-outer::after { display: none !important; } | ||
.mcc-scroll-outer.mcc-no-fade::after { display: none !important; } | |||
} | |||
.mcc-scroll-outer.mcc-no-fade::after { | |||
.mcc-scroll-inner { overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: thin; scrollbar-color: rgba(161,156,224,0.25) transparent; } | .mcc-scroll-inner { overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: thin; scrollbar-color: rgba(161,156,224,0.25) transparent; } | ||
.mcc-scroll-inner::-webkit-scrollbar { height: 4px; } | .mcc-scroll-inner::-webkit-scrollbar { height: 4px; } | ||
| Рядок 802: | Рядок 798: | ||
.header-banner__search button { padding: 12px 20px; font-size: 14px; font-weight: 600; font-family: 'Manrope', sans-serif; border: none; border-radius: 6px; background: #3b82f6; color: #fff; cursor: pointer; } | .header-banner__search button { padding: 12px 20px; font-size: 14px; font-weight: 600; font-family: 'Manrope', sans-serif; border: none; border-radius: 6px; background: #3b82f6; color: #fff; cursor: pointer; } | ||
/* | /* ── NAV overlap fix: ensure r-box below header ── */ | ||
@media screen and (min-width: 1200px) { | |||
.r-box, .tournament-box, .series-box { | |||
top: 56px !important; | |||
@media screen and (min-width: | |||
. | |||
} | } | ||
} | } | ||