Badgeyay: Footer overlaping when Failure message show

Created on 12 Apr 2018  路  11Comments  路  Source: fossasia/badgeyay

I'm submitting a ...

  • [X] bug report
  • [ ] feature request

Current behavior:

when we fill wrong data then failure message show like this
overl

Expected behavior:
footer and failure message should not overlap.

Bug has-PR

All 11 comments

screenshot_20180413_132648
It is working fine for me

@sagar-kalra but not in my browser or laptop

Which browser are you using?
P.S.: I have tried Firefox and Chrome.

@sagar-kalra I have also checked both browser

The problem lies in the screen size if it is a 720p display then due to scaling the error message hides behind the footer.
screenshot from 2018-04-14 00-43-34
I can think two ways of resolving this issue:

  • The footer is fixed at bottom, if we remove the position: fixed; for #footer in css/style.css then the issue will be solved.
  • We can use a empty division with a fixed hieght of 20px (footer's height) before the footer using html code <div style="height: 20px;"></div>.

As I am new to open source I don't know much about contributing, so I am unable to decide what to do next, any help will be appreciated.

I would like to work on this issue.Can someone assign me the issue?

@vddesai1998 I do not know if you can be assigned to this issue, since GSoC is currently under way.
@djmgit @ParthS007 please comment

@gabru-md so what should I do if I want to start contributing...? Are there any non GSoC issues?

I do not have any idea regarding it. I have tagged a mentor (@djmgit) so that he can clarify the situation.
:sweat_smile:

@gabru-md Thanks!

@vddesai1998 please have a look at my comment on badgeyay channel in gitter :)
Welcome to badgeyay :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

niccokunzmann picture niccokunzmann  路  7Comments

nanspro picture nanspro  路  5Comments

ParthS007 picture ParthS007  路  5Comments

ParthS007 picture ParthS007  路  6Comments

ananyo2012 picture ananyo2012  路  4Comments