Skip to main content

Forbidden zones (click-through safe areas)

The widget is rendered inside a full-screen wrapper (#savageWrapper) so it can position UI anywhere.

To avoid blocking your site, the SDK uses a clip-path mask to make most of that wrapper click-through.
You can think of this as defining allowed zones for the widget — and everything else becomes a “forbidden zone”.

What “forbidden zones” means in practice

  • Areas outside the widget UI remain fully interactive on your site.
  • The widget only “exists” (visually + for pointer events) where it actually renders UI.

This is especially useful if your product has interactive UI under the widget (buttons, betslips, game canvases).