Skip to content

Commit 985f06c

Browse files
authored
chore: max-width for product selector (#3293)
1 parent e284293 commit 985f06c

File tree

1 file changed

+8
-0
lines changed
  • packages/fern-docs/components/src/header

1 file changed

+8
-0
lines changed

packages/fern-docs/components/src/header/index.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,12 @@
1818
.fern-header-search-bar {
1919
@apply max-w-content-width hidden w-full min-w-0 shrink lg:inline-flex;
2020
}
21+
22+
[data-testid="product-dropdown-content"] {
23+
max-width: calc(-3rem + 100dvw);
24+
}
25+
26+
div:has([data-testid="product-dropdown-content"]) {
27+
max-width: calc(-3rem + 100dvw);
28+
}
2129
}

0 commit comments

Comments
 (0)