You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2017/11/28 03:43:40 UTC

ignite git commit: IGNITE-7020 Web Console: fixed resize of pinned columns.

Repository: ignite
Updated Branches:
  refs/heads/master 5e7a55657 -> e4458d495


IGNITE-7020 Web Console: fixed resize of pinned columns.


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

Branch: refs/heads/master
Commit: e4458d4954ae6d091831b31374c6a15784da298c
Parents: 5e7a556
Author: Dmitriy Shabalin <ds...@gridgain.com>
Authored: Tue Nov 28 10:43:33 2017 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Tue Nov 28 10:43:33 2017 +0700

----------------------------------------------------------------------
 modules/web-console/frontend/app/primitives/ui-grid/index.scss | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/e4458d49/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 e86eec7..5caa57c 100644
--- a/modules/web-console/frontend/app/primitives/ui-grid/index.scss
+++ b/modules/web-console/frontend/app/primitives/ui-grid/index.scss
@@ -401,6 +401,7 @@
                             .ui-grid-column-resizer {
                                 right: -1px;
                                 opacity: 0;
+                                z-index: 1000;
                             }
                         }
                     }