You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was scrolling over the new icons of v5.9.0. They are brilliant!
The only this is, I wanted to view each icon's variations (of solid, regular and light) - so I had so scroll all the way to the top, click one of the tabs, and then scroll bar down to the icon..
I was thinking on an UX solution for it, and I came up with a simple improvement: Making the tabs container position: sticky;.
It's super simple - although it's an experimental CSS feature, it will function for new browser versions, which most of Font Awesome already use.
I was scrolling over the new icons of v5.9.0. They are brilliant!
The only this is, I wanted to view each icon's variations (of solid, regular and light) - so I had so scroll all the way to the top, click one of the tabs, and then scroll bar down to the icon..
I was thinking on an UX solution for it, and I came up with a simple improvement:
Making the tabs container
position: sticky;
.It's super simple - although it's an experimental CSS feature, it will function for new browser versions, which most of Font Awesome already use.
You can just add:
And turn this:
Into THIS:
Let me know what you think :)
The text was updated successfully, but these errors were encountered: