Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Предложение: поддержка скрытия scrollbar для FireFox #4189

Closed
shastox opened this issue Jun 3, 2023 · 0 comments

Comments

@shastox
Copy link
Contributor

shastox commented Jun 3, 2023

Для скрытия 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant