We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The TL Footer is being lazy-loaded and does not show up until scrolling to the bottom.
The TL-Footer is expected to be fixed at the bottom of the page, so do not lazy load it.
tamu-library-components/projects/tl-elements/src/lib/core/tl-core.module.ts
Line 40 in 9e6b2d3
The header likely should also be not lazy-loaded:
Line 41 in 9e6b2d3
The text was updated successfully, but these errors were encountered:
Merge pull request #373 from TAMULib/sprint19-363-components_display
5b112b2
[Issue 363] Weaver Components should use an alternate mechanism to display: none when components are ready.
No branches or pull requests
The TL Footer is being lazy-loaded and does not show up until scrolling to the bottom.
The TL-Footer is expected to be fixed at the bottom of the page, so do not lazy load it.
tamu-library-components/projects/tl-elements/src/lib/core/tl-core.module.ts
Line 40 in 9e6b2d3
The header likely should also be not lazy-loaded:
tamu-library-components/projects/tl-elements/src/lib/core/tl-core.module.ts
Line 41 in 9e6b2d3
The text was updated successfully, but these errors were encountered: