Skip to content

Commit

Permalink
Merge pull request #2929 from epwinchell/quickstart_fix
Browse files Browse the repository at this point in the history
Adjust Quick-start restart button
  • Loading branch information
Hyperkid123 authored Sep 12, 2024
2 parents e5abb5a + 80c5a90 commit 2eefbb1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/sass/chrome.scss
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,11 @@ aside {
--pf-v5-c-backdrop--Position: absolute;
}
}

// remove float from restart button so it's not obscured by pendo or the va badge
.pfext-quick-start-footer__restartbtn {
float: none;
}

// fix quickstarts drawer overflow for long quickstart/helptopic content
#chrome-entry {
Expand Down

0 comments on commit 2eefbb1

Please sign in to comment.