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
|
||||
+sticky
|
||||
top: $navbar-height + 3rem
|
||||
height: 100vh
|
||||
overflow-y: scroll
|
||||
|
||||
.is-constrained
|
||||
max-width: 90ch
|
||||
|
|
@ -254,6 +256,9 @@ $colors: mergeColorMaps(("secondary": ($secondary, $white), "twitter-blue": ($tw
|
|||
& + &
|
||||
margin-top: 1.5rem
|
||||
|
||||
.level-right
|
||||
margin-right: 0.75rem
|
||||
|
||||
.blog-list
|
||||
ul
|
||||
margin-bottom: 2rem
|
||||
|
|
|
|||
Loading…
Reference in New Issue