skip to Main Content

I have a issue where the higlighted div is not filling to bottom. I dont know much about CSS but i need to fix this, since the guy who made this is not working for us anymore. I cant seem to find a way to make this div to fill to the bottom using taliwindCSS. Any suggestions?

enter image description here

2

Answers


  1. You can try using h-screen instead of min-h-screen, this way the h-full for the containers should response correctly, then use overflow-y if needed or not

    Login or Signup to reply.
  2. ensure that the parent container doesn’t fill the full height. If it is not you should change the height of it.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search