I want horizontal scrollbars to be more obvious #170
aarongustafson
started this conversation in
Wants
Replies: 1 comment
-
Nice. A CSS property may be defined to handle this like The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On some websites, it’s difficult to know when you are viewing a horizontally-scrollable element if the horizontal scrollbar appears below the bottom edge of the viewport. It would be nice if browsers could affix the scrollbar to the bottom edge of the viewport while the scrollable element’s own bottom edge is out of view. It could snap to the bottom of the element when that bottom edge is revealed (sort of like
position: sticky
, but in reverse).https://webwewant.fyi/wants/109/
Beta Was this translation helpful? Give feedback.
All reactions