Skip to content

Commit c91ec51

Browse files
committed
fix: rebase resolve conflicts
1 parent 9104e8d commit c91ec51

File tree

7 files changed

+397
-343
lines changed

7 files changed

+397
-343
lines changed

src/containers/Cluster/Cluster.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
.ydb-cluster {
44
--cluster-side-padding: var(--g-spacing-5);
5+
--sticky-tabs-height: 40px;
56
position: relative;
67

78
overflow: auto;
@@ -22,6 +23,7 @@
2223

2324
&__content {
2425
width: calc(100% - var(--cluster-side-padding));
26+
min-height: calc(100% - var(--sticky-tabs-height, 0px));
2527
//allows controls of TableWithControlsLayout to stick properly
2628
transform: translateX(var(--cluster-side-padding));
2729
}
@@ -75,7 +77,6 @@
7577
}
7678

7779
.ydb-table-with-controls-layout {
78-
--sticky-tabs-height: 40px;
7980
// Total height of all fixed elements above table for sticky header positioning
8081
--data-table-sticky-header-offset: 102px;
8182
}

0 commit comments

Comments
 (0)