info box appearing on hover messes up grid layout
I have a grid of components that have an image and caption, theres an info icon where the caption icon is that on hover will display an info box but this is cutoff at the edge of the card. Ive tried to turn overflow-visible but this messes up the grid layout – the image and caption become split. Any solutions?
Transition can not get to work when using Tailwind
I’ve following code and I’m trying to get the transition to work, but could not. Seems something is wrong and I could not figure it out.
Create a triangle at the bottom right corner of the parent div using tailwind css
How can we create a triangle at the bottom right corner of the parent div. I have tried something using tailwind css, but it is extending the sides of triangle to the outside of the parent div, how can not display that extended part ? Could someone please advise.
Input Field Expands Out of View on Focus with Tailwind CSS Transition
I’m working on a layout using Tailwind CSS where an input field expands its width on focus. However, when the input field expands, part of it goes off-screen during the transition, though it looks fine after completing the transition. I’m looking to make the transition smooth without causing the input to go off-screen. Here’s the relevant part of the code:
How can I make my flex-grow layout mobile friendly
I wrote this block https://www.codeply.com/p/6jbL7Wl3K2 that works perfect for my purpose. A fix-height top bar, and fix-height bottom bar, the middle parts (left and right) are filling the remaining space.
css/tailwindcss – fitting a chart into parent container
I am using a library called tremor
that draws charts. I am trying its Tab block. I want to make a tab group that can fit into a parent container which has a specified height. However, I think by default the Tab block doesn’t fit into its parent’s container size, and instead it overflows.
Navbar grows in size when toggling dropdown [closed]
Closed 2 mins ago.
Tailwind CSS group-hover not working with custom prefix
I’m using Tailwind CSS with a custom prefix tw-
for all classes. However, I’m having trouble getting the group-hover functionality to work correctly. Here’s the code I’m working with: