Fix the shadow in scrollbar of docs sidebar

pull/7738/head
thollander 7 years ago committed by Conduitry
parent 5affa57bc2
commit 49389e0f16

@ -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;

Loading…
Cancel
Save