no scrolling for mobile chat list

main
psychobunny 10 years ago
parent 1f8e9410f2
commit b6d7b5b46e

@ -40,7 +40,10 @@
text-decoration: underline;
}
.chat-list li {
.chat-list {
max-height: 100%;
li {
width: auto;
a {
@ -52,6 +55,7 @@
}
}
}
}
.menu-header-title {
font-weight: 400;

Loading…
Cancel
Save