Added scrolling CSS for user's list. Though, Still not beautiful
This commit is contained in:
parent
abdf769a2f
commit
39335dfb03
@ -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%;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user