From 9c336dea154cb0cc48510cff7d903f383fcc24a6 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Mon, 9 Sep 2024 17:29:18 +0200 Subject: [PATCH] Drop scrollbar overlaps the validity icon No longer an issue with the latest PF as it was fixed in: https://github.com/patternfly/patternfly-react/issues/7834 Related: https://github.com/cockpit-project/cockpit/issues/20973 --- src/components/create-vm-dialog/createVmDialog.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/components/create-vm-dialog/createVmDialog.scss b/src/components/create-vm-dialog/createVmDialog.scss index 2c4c7036a..519cabff9 100644 --- a/src/components/create-vm-dialog/createVmDialog.scss +++ b/src/components/create-vm-dialog/createVmDialog.scss @@ -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; -}