Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #7497

Closed
Open
Created Aug 13, 2014 by Administrator@rootOwner

[UI] Vertical body scroll bar always visible on all pages even if content fits vertically

Created by: cirosantilli

Caused by: https://github.com/gitlabhq/gitlabhq/blob/d8b769ec740f9e6d47c3885d99796e4ca9337cbc/app/assets/stylesheets/main/layout.scss#L2 :

html {
    overflow-y: scroll;

I was tempted to correct it with overflow-y: auto; and quick tests show that it seems to work, but I imagine there must be a good reason why this is like that, maybe modal problems like https://github.com/twbs/bootstrap/issues/9855 ?

Still, it's not nice and should be fixed. GitHub does it well already.

screenshot from 2014-08-13 22 38 20 no body scrollbar before

Assignee
Assign to
Time tracking