File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
projects/stream-chat-angular/src/lib/message Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 49
49
[hideOnScroll] ="false "
50
50
[hideOnClickOutside] ="true "
51
51
[hideOnMouseLeave] ="false "
52
- [disableAnimation] ="true "
52
+ [disableAnimation] ="false "
53
+ [preventOverflow] ="true "
54
+ [positionFixed] ="true "
53
55
(onHidden) ="isActionBoxOpen = false "
54
56
>
55
57
< float-ui-content #floatingContent >
540
542
[floatUiLoose] ="floatingContent "
541
543
loosePlacement ="top "
542
544
looseTrigger ="hover "
545
+ [disableAnimation] ="false "
546
+ [preventOverflow] ="true "
547
+ [positionFixed] ="true "
543
548
>
544
549
< float-ui-content #floatingContent >
545
550
< div class ="str-chat__tooltip str-chat__tooltip-angular ">
572
577
[floatUiLoose] ="floatingContent "
573
578
loosePlacement ="top "
574
579
looseTrigger ="hover "
580
+ [disableAnimation] ="false "
581
+ [preventOverflow] ="true "
582
+ [positionFixed] ="true "
575
583
>
576
584
< float-ui-content #floatingContent >
577
585
< div
You can’t perform that action at this time.
0 commit comments