Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A a11yproject.com
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 40
    • Issues 40
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • The A11Y Project
  • a11yproject.com
  • Issues
  • #966
Closed
Open
Issue created Jul 16, 2020 by Administrator@rootContributor

Numeronym definition obscures nav

Created by: aardrian

Summary

On short viewports the box that defines the numeronym obscures the navigation, covering it completely in some cases.

Found when browser in landscape mode in Firefox Preview on Android, confirmed in a short ChromiEdge window.

Expected result

Navigation would never be obscured.

Actual result

Screenshot_20200716-115739 2020-07-16 (2)

Additional Information

In a very quick test to confirm the issue I found that removing the following fixed it (this is not a recommended fix, just a quick test):

.l-hero {
    height: 75vh;
}
Assignee
Assign to
Time tracking