Edit in GitHubLog an issue

visibility

Since UXP v3.0

Determines if an element is visible. Supports visible and hidden. Unlike display: none, a hidden element still takes up the same space in the surrounding layout.

See: https://developer.mozilla.org/en/docs/Web/CSS/visibility

Example:

Copied to your clipboard
1.someElement {
2 visibility: hidden;
3}
Was this helpful?
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.