Skip to content

Commit

Permalink
Add scrollbar to Services Dropdown tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
epwinchell committed Oct 9, 2023
1 parent 6d9c5d8 commit 9d883b4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/AllServicesDropdown/AllServicesDropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,10 @@
box-shadow: inset -4px 0 4px -4px rgba(0, 0, 0, 0.16);
.chr-l-flex__item-tabs {
overflow: auto;
padding-bottom: var(--pf-v5-global--spacer--2xl);
padding-bottom: var(--pf-v5-global--spacer--3xl);
}
.pf-v5-c-tabs {
overflow: scroll;
--pf-v5-c-tabs__item--m-current__link--after--BorderColor: transparent;
--pf-v5-c-tabs--m-vertical__link--PaddingTop: var(--pf-v5-global--spacer--sm);
--pf-v5-c-tabs--m-vertical__link--PaddingBottom: var(--pf-v5-global--spacer--sm);
Expand All @@ -106,6 +107,9 @@
.pf-v5-c-tabs__item.pf-m-current {
--pf-v5-c-tabs__link--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
}
&__list {
overflow-x: visible;
}
}
}
.pf-v5-c-card {
Expand Down

0 comments on commit 9d883b4

Please sign in to comment.