Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A administrate
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 96
    • Issues 96
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 32
    • Merge requests 32
  • 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
  • thoughtbot, inc.
  • administrate
  • Merge requests
  • !113

Fix scrolling bugs on lists

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge fix-horizontal-scrolling-bug into master Oct 27, 2015
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 3

Created by: danbee

The search hint resting place was pushing it outside the right hand edge of the screen causing a horizontal scrollbar to appear when it was not required. This change aligns it the right hand edge so it doesn't add a horizontal scroll bar or interfere with the search input.

The additional <span /> element used to measure the width of the text was causing a vertical scroll bar to get added so that's now set to display: none;. The measurement still works just fine in Firefox, Chrome and Safari but I've not had chance to test it in IE or Edge.

screen shot 2015-10-27 at 16 55 49 screen shot 2015-10-27 at 16 56 07
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-horizontal-scrolling-bug