From 579117a971b6b2aa127e645bf6c1aca180d0276b Mon Sep 17 00:00:00 2001 From: mufazalov Date: Mon, 4 Mar 2024 16:19:21 +0300 Subject: [PATCH] fix(Cluster): make cluster title sticky --- src/containers/Cluster/Cluster.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/containers/Cluster/Cluster.scss b/src/containers/Cluster/Cluster.scss index 929dda495d..4887401c8c 100644 --- a/src/containers/Cluster/Cluster.scss +++ b/src/containers/Cluster/Cluster.scss @@ -10,6 +10,9 @@ @include flex-container(); &__header { + position: sticky; + left: 0; + padding: 20px 0; }