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
To indicate that there's more content to the right to scroll too.
.scroll-shadows {
background-image:/* Shadows */linear-gradient(to right,rgba(249250251),rgba(249250251)),linear-gradient(to right,rgba(249250251),rgba(249250251)),/* Shadow covers */linear-gradient(to right,rgba(0,0,0,.25),rgba(255,255,255,0)),linear-gradient(to left,rgba(0,0,0,.25),rgba(255,255,255,0));
background-position: left center, right center, left center, right center;
background-repeat: no-repeat;
background-size:20px100%,20px100%,10px100%,10px100%;
/* Opera doesn't support this in the shorthand */background-attachment: local, local, scroll, scroll;
}
The text was updated successfully, but these errors were encountered:
To indicate that there's more content to the right to scroll too.
The text was updated successfully, but these errors were encountered: