Migrate from react-virtualized to react-window
This commit is contained in:
parent
675e350da3
commit
4482dd33ce
8 changed files with 241 additions and 152 deletions
|
@ -601,8 +601,9 @@ input.chat-title {
|
|||
padding-top: 40px;
|
||||
}
|
||||
|
||||
.VirtualScroll {
|
||||
.messagebox-window {
|
||||
overflow-x: hidden !important;
|
||||
overflow-y: scroll !important;
|
||||
}
|
||||
|
||||
.message {
|
||||
|
@ -789,20 +790,6 @@ input.message-input-nick.invalid {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.ReactVirtualized__List {
|
||||
box-sizing: content-box !important;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.rvlist-messages {
|
||||
padding: 7px 0;
|
||||
overflow-y: scroll !important;
|
||||
}
|
||||
|
||||
.rvlist-users {
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.app-info {
|
||||
font-size: 12px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue