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
{{ message }}
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.
Based on discussions surrounding the scrollable table styling in the Table PR, we need to come up with a global way of indicating that content is scrollable. This would be useful in responsive situations where content may scroll to the left or right of the screen.
The text was updated successfully, but these errors were encountered:
IE and Chrome's scrollbars can be styled using -webkit-scrollbar. But, Firefox is yet to support this modification. Read this. The only way to modify the scrollbar of Firefox is to use JS. Any additional views ?
Based on discussions surrounding the scrollable table styling in the Table PR, we need to come up with a global way of indicating that content is scrollable. This would be useful in responsive situations where content may scroll to the left or right of the screen.
The text was updated successfully, but these errors were encountered: