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
Tabs should have a linear-gradient on the side that has overflow (i.e. right side for left-to-right and left side for right-to-left).
Currently we do not have a linear-gradient until the Tabs overflow is dragging. Once it is dragging, a linear-gradient appears on the side that the user is dragging towards. See screenshots below for examples.
Motivation
This gives the user a better indicator that there is content to scroll.
Example
Current: No linear-gradient and will cut off on one side
Proposed: linear-gradient now gives a better indicator that there is content to scroll.
The text was updated successfully, but these errors were encountered:
🚀 Feature Proposal
Tabs should have a
linear-gradient
on the side that has overflow (i.e. right side for left-to-right and left side for right-to-left).Currently we do not have a
linear-gradient
until the Tabs overflow is dragging. Once it is dragging, alinear-gradient
appears on the side that the user is dragging towards. See screenshots below for examples.Motivation
This gives the user a better indicator that there is content to scroll.
Example
Current: No
![Image](https://private-user-images.githubusercontent.com/44883293/410174719-1c21824d-5d54-4af2-bcd8-713990b86c27.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzM0NzYsIm5iZiI6MTczOTE3MzE3NiwicGF0aCI6Ii80NDg4MzI5My80MTAxNzQ3MTktMWMyMTgyNGQtNWQ1NC00YWYyLWJjZDgtNzEzOTkwYjg2YzI3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDA3MzkzNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTI3NTFlYjk1OGY0ZTg5N2M4MmExMjMwNzA5MWEyOTQ4NTlhZTFmOGNjYzE3ZThlNTZlZjg0NzEwNjFiNmQ2NmYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.trP8qFjtIOX_SHk5PaFy7WxO5y00Z7DYtfHnduMq6r0)
linear-gradient
and will cut off on one sideProposed:
![Image](https://private-user-images.githubusercontent.com/44883293/410175441-55c0f01a-d491-4f24-80ed-7345c3f1782b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzM0NzYsIm5iZiI6MTczOTE3MzE3NiwicGF0aCI6Ii80NDg4MzI5My80MTAxNzU0NDEtNTVjMGYwMWEtZDQ5MS00ZjI0LTgwZWQtNzM0NWMzZjE3ODJiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDA3MzkzNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWJlYjk5MjFiMTE1YWVkODEyOGM2YjAxOGRhOTc5YTYyZjg5M2VmOWI4NmQ1ZDQ0MjExOTQxOWYxZjJiM2UzOTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.qRHBiDSp3R22HbwEEJBxvLqA1Z6Ml29H1rJw3bEESX8)
linear-gradient
now gives a better indicator that there is content to scroll.The text was updated successfully, but these errors were encountered: