Skip to content

Commit

Permalink
Drop scrollbar overlaps the validity icon
Browse files Browse the repository at this point in the history
No longer an issue with the latest PF as it was fixed in:

patternfly/patternfly-react#7834

Related: cockpit-project/cockpit#20973
  • Loading branch information
jelly committed Sep 12, 2024
1 parent aeb94b9 commit 9c336de
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/create-vm-dialog/createVmDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,3 @@
.invalid-token-helper {
color: var(--pf-v5-c-form__helper-text--m-error--Color);
}

// Move position of icon so it doesn't get covered by scrollbar.
// Autoresize would also work, but in certain cases autoresize is buggy: https://github.com/patternfly/patternfly-react/issues/7834
// Use this workaround until patternfly-react#7834 is fixed
#offline-token {
background-position-x: right 1rem;
}

0 comments on commit 9c336de

Please sign in to comment.