1
This commit is contained in:
parent
8dd3cccf87
commit
536ea09104
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user