Skip to content

Commit

Permalink
[FLINK-5381][web-frontend] Fix scrolling issues
Browse files Browse the repository at this point in the history
This closes apache#3069.
  • Loading branch information
sachingoel0101 authored and zentol committed Jan 6, 2017
1 parent 71544e9 commit 6d96364
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion flink-runtime-web/web-dashboard/app/styles/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ body

#content
background-color: #ffffff
overflow: hidden
margin-left: 0
padding-top: 70px
height: 100%
Expand Down
1 change: 0 additions & 1 deletion flink-runtime-web/web-dashboard/web/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ body {
}
#content {
background-color: #fff;
overflow: hidden;
margin-left: 0;
padding-top: 70px;
height: 100%;
Expand Down

0 comments on commit 6d96364

Please sign in to comment.