Skip to content

Commit

Permalink
Merge pull request #4175 from Codeinwp/fix/woo-breadcrumbs-compat-lon…
Browse files Browse the repository at this point in the history
…g-names

fix: make woo breadcrumps scrollable
  • Loading branch information
preda-bogdan authored Dec 22, 2023
2 parents f185aa1 + 388f8d7 commit 2b2a592
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/scss/components/compat/woocommerce/_breadcrumbs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
color: var(--nv-text-color);
font-size: 14px;
white-space: nowrap;
scrollbar-width: none; /* Firefox */
overflow-x: scroll;

&::-webkit-scrollbar {
display: none; /* Chrome, Safari, Opera*/
}


a {
color: var(--nv-secondary-accent);
Expand Down

0 comments on commit 2b2a592

Please sign in to comment.