css
This commit is contained in:
parent
f85895b7ec
commit
f512c5c163
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
html, body {
|
html, body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wrapper {
|
#wrapper {
|
||||||
|
@ -7,6 +8,8 @@ html, body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#listCol {
|
#listCol {
|
||||||
|
height: 100%;
|
||||||
|
overflow-x: scroll;
|
||||||
width: 24%;
|
width: 24%;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue