summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/scrolling/resources/scrollable-style.css
blob: efa180f31c927757d619847ceadf1561a27dce8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.inner {
    position: relative;
    left: 5px;
    color: #ffffff;
    padding: 4px;
    width: 80px;
    height: 30px;
}
.offscreen {
    position: relative;
    top: 100px;
}