Browse Source

last child full visible

pull/91/head
AlphaX-Projects 2 years ago
parent
commit
5bb1570a35
  1. 2
      qortal-ui-plugins/plugins/core/messaging/q-chat/q-chat.src.js

2
qortal-ui-plugins/plugins/core/messaging/q-chat/q-chat.src.js

@ -122,7 +122,7 @@ class Chat extends LitElement {
box-shadow: 0 3px 5px rgba(0, 0, 0, .2); box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
} }
.people-list ul { .people-list ul {
padding: 0; padding: 0px 0px 60px 0px;
height: 85vh; height: 85vh;
overflow-y: auto; overflow-y: auto;
overflow-x: hidden; overflow-x: hidden;

Loading…
Cancel
Save