Not another floating Bubble - Need alternative method

Hi @Patrick_Prziborsky
You can try to implement it using this example.

Activate the floating page via a link

To hide the floating bubble add this code to custom css

[class^="FloatingButton__FloatingButtonContainer-sc"] {
  display: none;
}
3 Likes