Skip to content

Footer Adjustment #2

Description

@VforVamsi-13

Game 'start button' getting covered by footer(in mobile portrait mode)
These solutions may resolve issue

  • Making the footer's position attribute to position : relative (instead of fixed),
    OR
  • Making footer's position as position: absolute , But If content doesn't fill screen, Make use of Flex to entire layout by wrapping and make give the main container flex : 1 to fill the space between header and footer pushing footer to bottom.
    OR
  • Make a different view for mobile portrait mode (might be by media query).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions