|
|
|
@ -34,6 +34,7 @@
@@ -34,6 +34,7 @@
|
|
|
|
|
flex-grow: 1; |
|
|
|
|
overflow-y: scroll; |
|
|
|
|
overflow-x: hidden; |
|
|
|
|
margin-bottom: 5px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.virtuoso::-webkit-scrollbar { |
|
|
|
@ -52,7 +53,8 @@
@@ -52,7 +53,8 @@
|
|
|
|
|
from { |
|
|
|
|
opacity: 0; |
|
|
|
|
transform: translateY(5px); |
|
|
|
|
} to { |
|
|
|
|
} |
|
|
|
|
to { |
|
|
|
|
opacity: 1; |
|
|
|
|
transform: translateY(0px); |
|
|
|
|
} |
|
|
|
|