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?
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
2
Answers
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
ensure that the parent container doesn’t fill the full height. If it is not you should change the height of it.