Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove footer #8

Closed
efendic opened this issue May 31, 2019 · 1 comment
Closed

Remove footer #8

efendic opened this issue May 31, 2019 · 1 comment

Comments

@efendic
Copy link

efendic commented May 31, 2019

Hello brother,

I hope this question will be simple for you: How do I remove the footer on my app? I used your code as a boilerplate, I'm building a "Challenge" app. Here's the screenshot of what I mean:

https://i.imgur.com/kHY9PI4.png

Down there where the mouse is, there is nothing, just empty space. I've tried inspecting the site to see where is this space, but can't even access it. Can you help me with this please?

Thank you for this fine code and all the best!

@rishipr
Copy link
Owner

rishipr commented Jun 7, 2019

Can't be sure without seeing the code, but I would install React dev tools and try to inspect with that to see if there is an extra component down there. Also, check out the CSS of the page. Usually, inspect mode should give it away (either an extra component or some CSS that shouldn't be there). Maybe the CSS height for that page is hardcoded in which case the content would be cutoff past that point. Hopefully, you can solve it!

@rishipr rishipr closed this as completed Sep 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants