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 F35C4200CB4 for ; Tue, 27 Jun 2017 11:33:19 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id F1DF3160BF9; Tue, 27 Jun 2017 09:33:19 +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 6B4AA160BE9 for ; Tue, 27 Jun 2017 11:33:19 +0200 (CEST) Received: (qmail 37402 invoked by uid 500); 27 Jun 2017 09:33:18 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 37384 invoked by uid 99); 27 Jun 2017 09:33:18 -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; Tue, 27 Jun 2017 09:33:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 87011E10F3; Tue, 27 Jun 2017 09:33:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.apache.org Date: Tue, 27 Jun 2017 09:33:19 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/5] ignite git commit: IGNITE-4467 fixed table header scrolling with content archived-at: Tue, 27 Jun 2017 09:33:20 -0000 IGNITE-4467 fixed table header scrolling with content Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/caa4f25e Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/caa4f25e Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/caa4f25e Branch: refs/heads/ignite-5267 Commit: caa4f25e989528249f4755cd59c9758dc1c31641 Parents: 8b0f3c1 Author: Dmitriy Shabalin Authored: Tue Jun 27 15:32:13 2017 +0700 Committer: Dmitriy Shabalin Committed: Tue Jun 27 15:32:13 2017 +0700 ---------------------------------------------------------------------- .../web-console/frontend/app/primitives/ui-grid/index.scss | 8 -------- 1 file changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/caa4f25e/modules/web-console/frontend/app/primitives/ui-grid/index.scss ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/primitives/ui-grid/index.scss b/modules/web-console/frontend/app/primitives/ui-grid/index.scss index b26036b..8e1da49 100644 --- a/modules/web-console/frontend/app/primitives/ui-grid/index.scss +++ b/modules/web-console/frontend/app/primitives/ui-grid/index.scss @@ -45,14 +45,6 @@ border-color: transparent; } - .ui-grid-top-panel { - overflow: visible; - - .ui-grid-header-viewport { - overflow: visible; - } - } - .ui-grid-cell, .ui-grid-header-cell { .ui-grid-cell-contents {