tailwindlabs / discuss

A place to ask questions, get help, or share what you've built with Tailwind CSS.
MIT License
171 stars 9 forks source link

Top and right missing with absolute #410

Closed jaydubyasee closed 4 years ago

jaydubyasee commented 4 years ago

I have the following

<div class="flex relative"> <div class="absolute top-0 right-0 -mt-16 text-xl">Retrieving control</div> </div>

Everything is working okay except for right and top which are missing from the css. I have no idea how to start investigating the problem.

nezaboravi commented 4 years ago

Are you using purgeCss? IF so, maybe is stripped?

jaydubyasee commented 4 years ago

Tried it with and without purgeCSS with no difference.

jaydubyasee commented 4 years ago

Found the problem. Turns out I had overridden the inset in my tailwind config when I meant to extend it!