Skip to content

Commit 23a243d

Browse files
committed
fix: review
1 parent 3cf8432 commit 23a243d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TableWithControlsLayout/TableWithControlsLayout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434

3535
.ydb-paginated-table__head {
36-
top: 62px;
36+
top: var(--data-table-sticky-top-offset, 62px);
3737
}
3838

3939
.data-table__sticky_moving {

0 commit comments

Comments
 (0)