Repository: ignite Updated Branches: refs/heads/ignite-7016 2fafa2180 -> 60e3680f7
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/3ccf57a3 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/3ccf57a3 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/3ccf57a3 Branch: refs/heads/ignite-7016 Commit: 3ccf57a3a399efab7967f7baaac0f2556231d7a1 Parents: 2b1e087 Author: Dmitriy Shabalin <[email protected]> Authored: Tue Nov 28 10:43:33 2017 +0700 Committer: Alexey Goncharuk <[email protected]> Committed: Wed Nov 29 13:28:32 2017 +0300 ---------------------------------------------------------------------- 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/3ccf57a3/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; } } }
