css - Mobile menu scrollbar on ios not visible -
i have problem scrollbar in drop down menu in ios.
i stay visible when open menu, works on android , not in ios. code have used
::-webkit-scrollbar { -webkit-appearance: none; width: 2px; } ::-webkit-scrollbar-thumb { border-radius: 4px; background-color: #e2bc69; -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5); opacity: 0.5; }
on caniuse these properties available on ios (tested on ios 9 , 10). know how fix issue?
you try overflow:visible; html code or fiddle can helpful question not clear
Comments
Post a Comment