uixmat / onborda

An onboarding wizard flow / product tour for Next.js animated by framer motion
https://onborda.dev
687 stars 21 forks source link

Background not rendering correctly on Macbook (high resolution) #13

Open tomsaudrins opened 2 months ago

tomsaudrins commented 2 months ago

Just noticed that the background does not render correctly on high resolution displays. Should be a simple fix, for now in case someone experiences the same, feel free to overwrite the css.

[data-name='onborda-pointer'] { box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.8) !important; }

image