add transparent to the bubble background bubble
1 Like
This code should do the trick:
[class*='Bubble__BubbleComponent-sc'],
[class*='Bubble__BubbleComponent-sc'] [class*='ButtonBase__Overlay-sc'] {
box-shadow: none !important;
background: transparent !important;
}
Check it out and let me know if you like the result
that works
thank you
1 Like