CSS - inline style for JSX

0 votes
130 views
added Sep 30, 2025 in JSX by lcjr Lieutenant (12,520 points)
<style jsx global>{`
  body { margin-top: 0 !important; }
`}</style>

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...