Skip to content

Commit

Permalink
Merge pull request #2859 from epwinchell/fix_drawer_background
Browse files Browse the repository at this point in the history
Set drawer content background color to transparent
  • Loading branch information
Hyperkid123 authored Jun 11, 2024
2 parents ff2f852 + 97922be commit 6032eda
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/layouts/DefaultLayout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@
display: inherit;
flex-direction: inherit;
}

.pf-v5-c-page__drawer {
.pf-v5-c-drawer__content {
background-color: transparent;
}
}

0 comments on commit 6032eda

Please sign in to comment.