feat: improve overflow scrolling in safari #912

Closed
dpschen wants to merge 1 commits from dpschen:feature/fix-overflow-scrolling-safari into main
Member
No description provided.
dpschen added 1 commit 2021-10-28 11:06:33 +00:00
feat: improve overflow scrolling in safari
All checks were successful
continuous-integration/drone/pr Build is passing
0642e39d9c
Owner

Is adding this everywhere really the best approach? What about adding this to one rule only that applies to all elements? (*)

Is adding this everywhere really the best approach? What about adding this to one rule only that applies to all elements? (`*`)
Author
Member

Is adding this everywhere really the best approach? What about adding this to one rule only that applies to all elements? (*)

No it would not. Because that would be similar to setting:

* {
  overflow: auto;
}

Regardless, seems like my memorized browser stats were wrong, seems like this is not needed anymore: https://twitter.com/jaffathecake/status/1136246215430086657

So ignore this request :)

> Is adding this everywhere really the best approach? What about adding this to one rule only that applies to all elements? (`*`) No it would not. Because that would be similar to setting: ```css * { overflow: auto; } ``` Regardless, seems like my memorized browser stats were wrong, seems like this is not needed anymore: https://twitter.com/jaffathecake/status/1136246215430086657 So ignore this request :)
dpschen closed this pull request 2021-10-28 16:01:17 +00:00
dpschen deleted branch feature/fix-overflow-scrolling-safari 2021-10-28 16:01:43 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.