l-scrollbox
l-scrollbox
/* No context defined. */
.l-scrollbox {
overflow: auto;
visibility: hidden;
.l-scrollbox-x-content {
visibility: visible;
}
&:hover,
&:focus {
visibility: visible;
}
}
Used to show scrollbars only when the user interacts with the element.
Important notes: