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/ignite-7016 Commit: e4458d4954ae6d091831b31374c6a15784da298c Parents: 5e7a556 Author: Dmitriy Shabalin <[email protected]> Authored: Tue Nov 28 10:43:33 2017 +0700 Committer: Alexey Kuznetsov <[email protected]> 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; } } }
