IGNITE-8307 Add webkit prefix to "position: sticky".
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/ca321abf Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/ca321abf Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/ca321abf Branch: refs/heads/ignite-8783 Commit: ca321abf372636c908291815c66d24b03b618ebb Parents: 6a8a2ff Author: Ilya Borisov <[email protected]> Authored: Mon Jul 16 13:20:59 2018 +0700 Committer: Andrey Novikov <[email protected]> Committed: Mon Jul 16 13:20:59 2018 +0700 ---------------------------------------------------------------------- .../frontend/app/components/page-configure-advanced/style.scss | 1 + .../web-console/frontend/app/components/page-configure/style.scss | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/ca321abf/modules/web-console/frontend/app/components/page-configure-advanced/style.scss ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/components/page-configure-advanced/style.scss b/modules/web-console/frontend/app/components/page-configure-advanced/style.scss index 2bc5e84..9480486 100644 --- a/modules/web-console/frontend/app/components/page-configure-advanced/style.scss +++ b/modules/web-console/frontend/app/components/page-configure-advanced/style.scss @@ -43,6 +43,7 @@ page-configure-advanced { background-color: #f9f9f9; list-style: none; border-bottom: 1px solid #dddddd !important; + position: -webkit-sticky; position: sticky; .pca-menu-link { http://git-wip-us.apache.org/repos/asf/ignite/blob/ca321abf/modules/web-console/frontend/app/components/page-configure/style.scss ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/components/page-configure/style.scss b/modules/web-console/frontend/app/components/page-configure/style.scss index 03b50fb..8cbf83e 100644 --- a/modules/web-console/frontend/app/components/page-configure/style.scss +++ b/modules/web-console/frontend/app/components/page-configure/style.scss @@ -34,6 +34,7 @@ page-configure { flex-direction: row; padding: 10px 20px 10px 30px; box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2), 0px 3px 4px -1px rgba(0, 0, 0, 0.2); + position: -webkit-sticky; position: sticky; bottom: 0px; // margin: 20px -30px -30px;
