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;
}
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;
}