Skip to content

Commit

Permalink
fix: πŸ› Fix an issue with HDS css causing scrollbars/whitespace
Browse files Browse the repository at this point in the history
βœ… Closes: ICU-11292
  • Loading branch information
ZedLi committed Oct 5, 2023
1 parent 9017f8b commit 3712e76
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions addons/rose/addon/styles/hds/overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@
.hds-table__td p {
color: var(--token-form-indicator-optional-color);
}

// TODO: This is a temporary hack to fix an issue causing weird whitespace
// and scrollbars from an accessible class in HDS. We have to use !important
// as they already forced it with !important and we can't override it otherwise
.sr-only {
position: unset !important;
}
}

.hds-dropdown {
Expand Down

0 comments on commit 3712e76

Please sign in to comment.