Skip to content

Commit 1b65fa0

Browse files
committed
Fixup sticky sidebar
1 parent d8f692f commit 1b65fa0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/ScreenBlogIndex.re

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ let make = (~docsIndex, ~blogIndex, ~currentLocation) => {
2323
<HeaderLarge currentLocation />
2424
<Container
2525
maxWidth={1000.->Style.dp}
26+
wrapperStyle=Style.(style(~overflow=`visible, ()))
2627
style=Style.(
2728
style(~flexDirection=`row, ~flexWrap=`wrap, ~height=100.->pct, ())
2829
)>

src/components/ScreenPage.re

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ let make =
1818
<HeaderLarge currentLocation />
1919
<Container
2020
maxWidth={1000.->Style.dp}
21+
wrapperStyle=Style.(style(~overflow=`visible, ()))
2122
style=Style.(
2223
style(~flexDirection=`row, ~flexWrap=`wrap, ~height=100.->pct, ())
2324
)>

0 commit comments

Comments
 (0)