Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4565F200C18 for ; Fri, 6 Jan 2017 16:43:47 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 44512160B37; Fri, 6 Jan 2017 15:43:47 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 862B9160B4C for ; Fri, 6 Jan 2017 16:43:46 +0100 (CET) Received: (qmail 78949 invoked by uid 500); 6 Jan 2017 15:43:45 -0000 Mailing-List: contact commits-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list commits@flink.apache.org Received: (qmail 78633 invoked by uid 99); 6 Jan 2017 15:43:45 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jan 2017 15:43:45 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 737D7DFCE6; Fri, 6 Jan 2017 15:43:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: chesnay@apache.org To: commits@flink.apache.org Date: Fri, 06 Jan 2017 15:43:50 -0000 Message-Id: <6d564f2d18b14123bfc0274be0824c8a@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [6/6] flink git commit: [FLINK-5381][web-frontend] Fix scrolling issues archived-at: Fri, 06 Jan 2017 15:43:47 -0000 [FLINK-5381][web-frontend] Fix scrolling issues Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/7251a4ca Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/7251a4ca Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/7251a4ca Branch: refs/heads/release-1.2 Commit: 7251a4ca9539200ba4c894c116800fdc7cecca9f Parents: b93f80a Author: Sachin Goel Authored: Fri Jan 6 01:55:58 2017 +0900 Committer: zentol Committed: Fri Jan 6 14:04:34 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/7251a4ca/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/7251a4ca/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%;