Added scrolling CSS for user's list. Though, Still not beautiful

This commit is contained in:
perroned 2014-06-16 11:31:14 -07:00
parent abdf769a2f
commit 39335dfb03

View File

@ -41,9 +41,11 @@
margin-left: 5px;
padding-left: 5px;
padding-right: 5px;
width: 25%;
padding-bottom:10px;
width: 20%;
border-radius:25px;
border: 2px solid grey;
height:400px;
h3 {
background:#f7f7f7;
@ -54,4 +56,9 @@
padding: 5px 10px;
margin:0;
}
.mygrid-wrapper-div {
overflow: scroll;
height: 100%;
}
}