-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Description
Для скрытия scrollbar в F7 используется &::-webkit-scrollbar при чем каждый раз с разной установкой свойств:
https://github.com/search?q=repo%3Aframework7io%2Fframework7%20-webkit-scrollbar&type=code
На это не работает в FireFox: https://caniuse.com/?search=%3A%3A-webkit-scrollbar
Чтобы в нем скрыть scrollbar нужно:
scrollbar-width: none;
Данный код встречается все же в одном месте: https://github.com/search?q=repo%3Aframework7io%2Fframework7%20scrollbar-width&type=code
Дополнительная информация тут: https://www.w3schools.com/howto/howto_css_hide_scrollbars.asp
Metadata
Metadata
Assignees
Labels
No labels