You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2017/01/06 15:43:12 UTC

[6/6] flink git commit: [FLINK-5381][web-frontend] Fix scrolling issues

[FLINK-5381][web-frontend] Fix scrolling issues

This closes #3069.


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/6d963642
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/6d963642
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/6d963642

Branch: refs/heads/master
Commit: 6d963642acb18905103427df49c68b252c8c6af8
Parents: 71544e9
Author: Sachin Goel <sa...@gmail.com>
Authored: Fri Jan 6 01:55:58 2017 +0900
Committer: zentol <ch...@apache.org>
Committed: Fri Jan 6 14:03:48 2017 +0100

----------------------------------------------------------------------
 flink-runtime-web/web-dashboard/app/styles/index.styl | 1 -
 flink-runtime-web/web-dashboard/web/css/index.css     | 1 -
 2 files changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/6d963642/flink-runtime-web/web-dashboard/app/styles/index.styl
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/app/styles/index.styl b/flink-runtime-web/web-dashboard/app/styles/index.styl
index d7e977d..cbea5bf 100644
--- a/flink-runtime-web/web-dashboard/app/styles/index.styl
+++ b/flink-runtime-web/web-dashboard/app/styles/index.styl
@@ -85,7 +85,6 @@ body
 
 #content
   background-color: #ffffff
-  overflow: hidden
   margin-left: 0
   padding-top: 70px
   height: 100%

http://git-wip-us.apache.org/repos/asf/flink/blob/6d963642/flink-runtime-web/web-dashboard/web/css/index.css
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/web/css/index.css b/flink-runtime-web/web-dashboard/web/css/index.css
index caae991..14e58ec 100644
--- a/flink-runtime-web/web-dashboard/web/css/index.css
+++ b/flink-runtime-web/web-dashboard/web/css/index.css
@@ -86,7 +86,6 @@ body {
 }
 #content {
   background-color: #fff;
-  overflow: hidden;
   margin-left: 0;
   padding-top: 70px;
   height: 100%;