Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/html/lib/layout/list/source/List.css
blob: 72da968250bbe13b13511785b76e0fbc27821e56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.enyo-list {
	position: relative;
}

.enyo-list-port {
	overflow: hidden;
	position: relative;
	height: 10000000px;
}

.enyo-list-page {
	position: absolute;
	left: 0;
	right: 0;
}