Skip to content

Commit

Permalink
fix: make woo breadcrumps scrollable
Browse files Browse the repository at this point in the history
  • Loading branch information
Soare-Robert-Daniel committed Dec 14, 2023
1 parent a10eed8 commit 388f8d7
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 388f8d7

Please sign in to comment.