Skip to content

Commit

Permalink
Fix the shadow in scrollbar of docs sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
thollander authored and Conduitry committed Apr 24, 2019
1 parent e1b2d5d commit adcd13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/routes/docs/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
position: absolute;
left: 0;
bottom: 1.9em;
width: 100%;
width: calc(100% - 1em);
height: 2em;
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,1) 100%);
pointer-events: none;
Expand Down

0 comments on commit adcd13f

Please sign in to comment.