Footer overlapping with body
AnirudhPanda opened this issue ยท 17 comments
Hello there! ๐๐ป Welcome to the COVID-19-VaccineFinder ๐
Thank you and congrats ๐ for opening your very first issue in this project. Please adhere to our Code of Conduct. ๐๐ป Feel free to get in touch with me through LinkedIn. Hope to see you there!๐
@AnirudhPanda
Thank you for noticing this issue. Yes, on some smartphone screens the footer is overlapping with body.
Would you like to work on this issue?
Yeah I can, also horizontal scrolling needs to be fixed
Yeah I can, also horizontal scrolling needs to be fixed
Okay, assigned.
Hey @akhileshthite I am not able to connect to http://0.0.0.0:8080/ after I did python app.py
Showing on the web : This site canโt be reached, The webpage at http://0.0.0.0:8080/ might be temporarily down or it may have moved permanently to a new web address.
Hey @akhileshthite I am not able to connect to http://0.0.0.0:8080/ after I did
python app.py
Showing on the web : This site canโt be reached, The webpage at http://0.0.0.0:8080/ might be temporarily down or it may have moved permanently to a new web address.
Okay, then try default Flask server ๐ app.run(debug=True)
I set that because I'm deploying on AWS EC2 instance.
Hey @akhileshthite I am not able to connect to http://0.0.0.0:8080/ after I did
python app.py
Showing on the web : This site canโt be reached, The webpage at http://0.0.0.0:8080/ might be temporarily down or it may have moved permanently to a new web address.
Okay, then try default Flask server ๐
app.run(debug=True)
I set that because I'm deploying on AWS EC2 instance.
$ app.run(debug=True)
bash: syntax error near unexpected token `debug=True'
Hey @akhileshthite I am not able to connect to http://0.0.0.0:8080/ after I did
python app.py
Showing on the web : This site canโt be reached, The webpage at http://0.0.0.0:8080/ might be temporarily down or it may have moved permanently to a new web address.
Okay, then try default Flask server ๐
app.run(debug=True)
I set that because I'm deploying on AWS EC2 instance.
$ app.run(debug=True)
bash: syntax error near unexpected token `debug=True'
Try python3 app.py
@AnirudhPanda Is it working now?
Not working for me
Okay @akhileshthite it worked on http://localhost:8080/
Not working for me
Sir, It should work.
-> Check your python version by python --version
command, you should use Python version 3, because of f-string syntax for API.
-> Check indentation after this app.run(debug=True)
change , try to run the app.py file in IDE instead of terminal.
Okay @akhileshthite it worked on http://localhost:8080/
Okay, great.
Okay @akhileshthite it worked on http://localhost:8080/
I'll make the necessary changes in main README.md, so that it should work for all contributors later without any problem.
Okay @akhileshthite it worked on http://localhost:8080/
I'll make the necessary changes in main README.md, so that it should work for all contributors later without any problem.
there is still an issue of live reloading though.
#15 Check it once and update me
#15 Check it once and update me
Yes.