Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • 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
  • Bootstrap
  • bootstrap
  • Merge requests
  • !22850

Sticky support updates

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Mark Otto requested to merge supports-sticky into v4-dev Jun 17, 2017
  • Overview 0
  • Commits 4
  • Pipelines 0
  • Changes 27

This PR address a quick docs shortcoming and bulletproofs some CSS:

  • Mentions the specific lack of support for position: sticky in Edge/IE11, including how those two browsers will render it as position: relative.
  • Wraps the .sticky-top styles in a @supports (position: sticky) {} query so that only the browsers that properly support stickiness render it (thereby avoiding issues with relative styling in Edge/IE11).
  • Wraps docs navbar styles in @supports query.

Follow up to #22751 (closed).

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: supports-sticky