<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.table-scroll {
	position: relative;
	overflow: hidden;
}

.table-scroll.has-shadow:after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 50px;
    height: 100%;
    -webkit-border-radius: 10px 0 0 10px/50% 0 0 50%;
    -moz-border-radius: 10px 0 0 10px/50% 0 0 50%;
    -ms-border-radius: 10px 0 0 10px/50% 0 0 50%;
    -o-border-radius: 10px 0 0 10px/50% 0 0 50%;
    border-radius: 10px 0 0 10px/50% 0 0 50%;
    -webkit-box-shadow: -5px 0 10px rgba(0,0,0,0.25);
    -moz-box-shadow: -5px 0 10px rgba(0,0,0,0.25);
    box-shadow: -5px 0 10px rgba(0,0,0,0.25);
    content: ''
}

.table-scroll &gt; div {
	overflow-x: auto;
}</pre></body></html>