Skip to content

Commit

Permalink
Forcing hidden sections to use display none (#4299)
Browse files Browse the repository at this point in the history
  • Loading branch information
galvana authored Oct 19, 2023
1 parent a9b5950 commit 7b15ac1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ The types of changes are:

### Fixed
- Stacks that do not have any purposes will no longer render an empty purpose block [#4278](https://github.com/ethyca/fides/pull/4278)
- Forcing hidden sections to use display none [#4299](https://github.com/ethyca/fides/pull/4299)

## [2.22.0](https://github.com/ethyca/fides/compare/2.21.0...2.22.0)

Expand Down
4 changes: 4 additions & 0 deletions clients/fides-js/src/components/fides.css
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,10 @@ div#fides-banner-inner .fides-privacy-policy {
overflow: hidden;
}

.tabpanel-container section[hidden] {
display: none;
}

/* All on off buttons */
.fides-all-on-off-buttons {
display: flex;
Expand Down

0 comments on commit 7b15ac1

Please sign in to comment.