/**
 * Noorlnd — Goftino: keep launcher/panel above site chrome only.
 *
 * Do NOT force width/height/position on iframe#goftino_w — the widget shrinks to the
 * bubble when closed; overriding dimensions with !important hides the launcher.
 */

iframe#goftino_w {
    z-index: 2147483646 !important;
}
