Skip to content

Commit

Permalink
Tab responsive update
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Sep 21, 2023
1 parent 819909a commit c5360cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/assets/showcase/styles/layout/_doc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
display: flex;
margin-bottom: 2rem;
border-bottom: 1px solid var(--surface-border);
overflow: auto;

li {
margin-bottom: -1px;
Expand All @@ -25,6 +26,7 @@
border-bottom: 1px solid transparent;
border-top-right-radius: var(--border-round);
border-top-left-radius: var(--border-round);
white-space: nowrap;

&:hover {
border-bottom-color: var(--surface-500);
Expand All @@ -42,6 +44,10 @@
}
}
}

&::-webkit-scrollbar {
display: none;
}
}

.doc-tabpanel,
Expand Down

1 comment on commit c5360cc

@vercel
Copy link

@vercel vercel bot commented on c5360cc Sep 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.