Skip to content

Commit

Permalink
Merge pull request #289 from wpmudev/fix-tabs-scrollbar
Browse files Browse the repository at this point in the history
fix scrollbar in nav tabs
  • Loading branch information
emgk authored May 20, 2024
2 parents 83aa88e + 176e55c commit 89f38cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/tall-steaks-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wpmudev/sui-css": patch
---

fix(css): fix scrollbar in nav tabs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@include element(navitems) {
display: flex;
align-items: center;
overflow: scroll;
overflow: hidden;
scroll-behavior: smooth;

&::-webkit-scrollbar {
Expand Down
2 changes: 1 addition & 1 deletion packages/assets/css/src/scss/_utils/_tokens.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Fri, 17 May 2024 11:18:01 GMT
// Generated on Mon, 20 May 2024 06:15:23 GMT

$accordion-border-radius-sm: 10px;
$advanced-banner-background: linear-gradient(90deg, #222 0%, #383323 48.96%, #514524 100%);
Expand Down

0 comments on commit 89f38cd

Please sign in to comment.