Skip to content

Styles Not Applied

Symptom: Popup appears unstyled

Solutions:

  • ✓ Import CSS: import 'ntpopups/dist/styles.css'
  • ✓ Check import order (library CSS before custom CSS)
  • ✓ In Next.js App Router, import in Client Component with 'use client'
  • ✓ Clear build cache and restart dev server