File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ export default {
265
265
const roomFooterTop = this .roomFooterRef .getBoundingClientRect ().top
266
266
267
267
const optionsTopPosition =
268
- roomFooterTop - actionIconTop > menuOptionsHeight
268
+ roomFooterTop - actionIconTop > menuOptionsHeight + 50
269
269
270
270
if (optionsTopPosition) this .menuOptionsHeight = 28
271
271
else this .menuOptionsHeight = - menuOptionsHeight
@@ -585,11 +585,13 @@ export default {
585
585
.slide-left-enter-active ,
586
586
.slide-right-enter-active {
587
587
transition : all 0.3s ease ;
588
+ transition-property : transform , opacity ;
588
589
}
589
590
590
591
.slide-left-leave-active ,
591
592
.slide-right-leave-active {
592
593
transition : all 0.2s cubic-bezier (1 , 0.5 , 0.8 , 1 );
594
+ transition-property : transform , opacity ;
593
595
}
594
596
595
597
.slide-left-enter ,
You can’t perform that action at this time.
0 commit comments