Skip to content

Conversation

@artemmufazalov
Copy link
Member

@artemmufazalov artemmufazalov commented Jun 10, 2024

Comment on lines +124 to +131
// DataTable with moving head is actually made of two separate tables
// The second table has header with zero height, so it's actually invisible
// There should not be any height set for this header
.data-table__box_sticky-head_moving {
.data-table__th {
height: unset;
}
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Previously styles above were applied only to DataTable with moving head. Now styles apply to all tables: tables with stickyHead moving and fixed, common tables (stickyHead = undefined). moving head exception was explicitly defined with comment

@artemmufazalov artemmufazalov marked this pull request as ready for review June 10, 2024 09:04
@artemmufazalov artemmufazalov requested a review from Raubzeug June 10, 2024 09:04
@artemmufazalov artemmufazalov merged commit f879369 into main Jun 10, 2024
@artemmufazalov artemmufazalov deleted the 886-replication-table branch June 10, 2024 11:51
This was referenced Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Async replication info layout

3 participants