mirror of https://github.com/grpc/grpc.io.git
Fix side menu scrolling (#264)
Signed-off-by: Celeste Horgan <celeste@cncf.io>
This commit is contained in:
parent
6df104e026
commit
332af2505a
|
|
@ -214,6 +214,8 @@ $colors: mergeColorMaps(("secondary": ($secondary, $white), "twitter-blue": ($tw
|
||||||
.is-sticky
|
.is-sticky
|
||||||
+sticky
|
+sticky
|
||||||
top: $navbar-height + 3rem
|
top: $navbar-height + 3rem
|
||||||
|
height: 100vh
|
||||||
|
overflow-y: scroll
|
||||||
|
|
||||||
.is-constrained
|
.is-constrained
|
||||||
max-width: 90ch
|
max-width: 90ch
|
||||||
|
|
@ -254,6 +256,9 @@ $colors: mergeColorMaps(("secondary": ($secondary, $white), "twitter-blue": ($tw
|
||||||
& + &
|
& + &
|
||||||
margin-top: 1.5rem
|
margin-top: 1.5rem
|
||||||
|
|
||||||
|
.level-right
|
||||||
|
margin-right: 0.75rem
|
||||||
|
|
||||||
.blog-list
|
.blog-list
|
||||||
ul
|
ul
|
||||||
margin-bottom: 2rem
|
margin-bottom: 2rem
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue