This commit is contained in:
Vinjor 2025-09-05 12:12:53 +08:00
parent 8dd3cccf87
commit 536ea09104

View File

@ -217,8 +217,6 @@ export default {
.session-list { .session-list {
max-width: 350px; max-width: 350px;
max-height: 400px; max-height: 400px;
overflow-y: scroll;
overflow-x: hidden;
position: absolute; position: absolute;
right: 5px; right: 5px;
top: 84px; top: 84px;
@ -236,6 +234,8 @@ export default {
display: flex; display: flex;
padding-right: 8px; padding-right: 8px;
flex-direction: column; flex-direction: column;
overflow-y: scroll;
overflow-x: hidden;
animation: slideIn 0.3s ease-out forwards; animation: slideIn 0.3s ease-out forwards;
} }
@keyframes slideIn { @keyframes slideIn {