We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29c3be1 + f28363e commit 98ab795Copy full SHA for 98ab795
docs/src/components/DocumentationLayout.tsx
@@ -92,7 +92,7 @@ export const SidebarContainer = styled.aside<{ isSidebarOpen: boolean }>`
92
left: ${({ isSidebarOpen }) => (isSidebarOpen ? "0px" : "-120vw")};
93
height: calc(100vh - 136px);
94
display: flex;
95
- overflow-y: scroll;
+ overflow-y: auto;
96
transition: all ease-out 0.25s;
97
z-index: 50;
98
background-color: ${tm(({ colors }) => colors.neutral0)};
docs/src/components/landingBlocks/HeroBlock.tsx
@@ -45,7 +45,7 @@ const Block = styled.div`
45
padding: 0 0 24px;
46
min-height: 100px;
47
&.content {
48
- z-index: 1;
+ z-index: 2;
49
}
50
& svg {
51
margin: 0 auto;
0 commit comments