no scrolling for mobile chat list

main
psychobunny 10 years ago
parent 1f8e9410f2
commit b6d7b5b46e

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

Loading…
Cancel
Save