there are black blank spaces below the actual content, and the html root is showing overflow on the devmode, how can i fix this? i have to height 100% tried: changing the html in index.css to height: 100%
If you are using Bootstrap, it seems as if the class lg:px-[10%] may be the culprit; this appears to be creating a 10% padding around the element. Try removing that and see what happens.
2
Answers
Can i see your full code? But it’s maybe you dont set the margin in the root
If you are using Bootstrap, it seems as if the class
lg:px-[10%]
may be the culprit; this appears to be creating a 10% padding around the element. Try removing that and see what happens.