Skip to content

Commit

Permalink
DBZ-3794: Allowing the wizard main section to be scrollable to handle…
Browse files Browse the repository at this point in the history
… the any runtime element attached (debezium#381)
  • Loading branch information
indraraj authored Jul 29, 2021
1 parent ee09adc commit bfcc5e8
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.pf-c-page__main {
overflow: unset;
}
.create-connector {
&-page_breadcrumb {
Expand All @@ -17,9 +16,6 @@
min-height: calc(100vh - 200px);

.pf-c-wizard {
&__main{
overflow: unset;
}
&__nav-link{
&.pf-m-current{
color: var(--pf-c-wizard__nav-link--m-current--Color);
Expand Down

0 comments on commit bfcc5e8

Please sign in to comment.