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-2.1.2-exchange Commit: caa4f25e989528249f4755cd59c9758dc1c31641 Parents: 8b0f3c1 Author: Dmitriy Shabalin <[email protected]> Authored: Tue Jun 27 15:32:13 2017 +0700 Committer: Dmitriy Shabalin <[email protected]> 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 {
