﻿[scroll-glue-top],
[scroll-glue-bottom],
[scroll-glue] {
    height: 100px;
    overflow-y: scroll;
    overflow-x:hidden;
}

[scroll-glue-left],
[scroll-glue-right] {
    width: 100px;
    overflow-x: scroll;    
    padding: 10px;
}

[scroll-glue-left] span,
[scroll-glue-right] span {
    border: 1px solid black;
}
