Questions tagged [tailwind-ui]

Beautiful UI components, crafted with Tailwind CSS. By the makers of Tailwind CSS.

249 questions
2
votes
1 answer

Dynamically changing the height of a div in Tailwind

I have three divs in a grid. the height automatically adjusts to the written content. however, if one div contains too much text, the other two are enlarged incorrectly. I have already tried h-max, h-full and everything else. Actually, the div in…
Jakob Becker
  • 33
  • 1
  • 6
2
votes
1 answer

React/Next.js , page scroll freezing after opening dialog box

So basically when the user clicks on an image, I am displaying the details of the image as a modal/dialog box. But after the dialog box is closed, the screen scroll freezes. Things work on the screen, but I cant scroll down and access the other…
rohit
  • 159
  • 12
2
votes
1 answer

How to change ref variable in child component from @click in parent? Vue 3

I have a modal component 'ConfirmModal.vue' from TailwindUI which can be opened/closed by setting 'const open = ref(true/false)'