Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table: stickyHeaderClass is missing #118

Closed
mlmoravek opened this issue May 15, 2024 · 0 comments · Fixed by #126
Closed

Table: stickyHeaderClass is missing #118

mlmoravek opened this issue May 15, 2024 · 0 comments · Fixed by #126
Labels
bug Something isn't working

Comments

@mlmoravek
Copy link
Member

mlmoravek commented May 15, 2024

.table-wrapper .table-sticky {
  --oruga-table-sticky-header-height: inherit;
  height: var(--oruga-table-sticky-header-height, 300px);
  overflow-y: auto;

  
  th {
    position: -webkit-sticky !important;
    position: sticky !important;
    left: 0;
    top: 0;
    z-index: $zindex-sticky;
  }
}

is missing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant