mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-29 23:52:50 +00:00
Make user list scrollable again
This commit is contained in:
parent
95b930b9ed
commit
29c720d93b
1 changed files with 3 additions and 2 deletions
|
@ -255,6 +255,9 @@ html, body {
|
||||||
|
|
||||||
.users-list-group {
|
.users-list-group {
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
|
max-height: 300px;
|
||||||
|
overflow: hidden;
|
||||||
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
.users-list-group-item {
|
.users-list-group-item {
|
||||||
|
@ -262,8 +265,6 @@ html, body {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 5px 15px 0px 15px;
|
padding: 5px 15px 0px 15px;
|
||||||
margin-bottom: -1px;
|
margin-bottom: -1px;
|
||||||
/*background-color: #073642;*/
|
|
||||||
// border: 1px solid #586e75;
|
|
||||||
}
|
}
|
||||||
.users-list-group-item:first-child {
|
.users-list-group-item:first-child {
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
|
|
Loading…
Reference in a new issue