Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #501 from hpcloud/799-scroll-bar-fix
Browse files Browse the repository at this point in the history
TEAMFOUR-799: Application scroll bar sits under the header
  • Loading branch information
ongk committed Aug 1, 2016
2 parents a2ba813 + 6ffbca3 commit 9a5fd8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ html {
body {
padding-top: 0;
height: 100%;
overflow: hidden;
}
4 changes: 4 additions & 0 deletions src/app/view/console-view/console-view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ console-view {
flex: 1 0 auto;
}
}

> .container-fluid {
overflow-y: auto;
}
}

0 comments on commit 9a5fd8c

Please sign in to comment.