Skip to content

Commit 7989ae2

Browse files
authored
fix: adjust selected tab border radius (#121)
1 parent ab7d47c commit 7989ae2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/api-viewer-tabs.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ export class ApiViewerTabs extends LitElement {
1818
return css`
1919
:host {
2020
display: flex;
21+
border-bottom-left-radius: var(--ave-border-radius);
22+
overflow: hidden;
2123
}
2224
2325
.tabs {

0 commit comments

Comments
 (0)