Skip to content

Conversation

@parmisan
Copy link
Contributor

@parmisan parmisan commented Oct 20, 2024

Problem

https://github.com/editor-js/table/issues/163

Solution

  • added position sticky for headings

resolves #163
image

@parmisan parmisan changed the title added sticky headers Feat (UI): added sticky headings Oct 21, 2024
position: sticky;
top: 0px;
z-index: 2;
background-color: #fff;
Copy link
Contributor

Choose a reason for hiding this comment

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

background color should respect --color-background variable

Copy link
Contributor

@neSpecc neSpecc left a comment

Choose a reason for hiding this comment

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

Please make the Add Column button sticky too

And update a patch version

image

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.

Feature (UI): pozition sticky for headings

3 participants