diff --git a/figures/interactive/top_recommendations.html b/figures/interactive/top_recommendations.html index 7abc3c4..bbd2528 100644 --- a/figures/interactive/top_recommendations.html +++ b/figures/interactive/top_recommendations.html @@ -94,12 +94,16 @@ position: relative; } .container .plot { - padding-bottom: 75px; overflow: scroll; height: 100%; width: max-content; margin: auto; } +/* extra space so we can scroll past the fade */ +.plot > svg, .plot > figure { + margin-bottom: 125px; +} + .container::after { /* use absolutely positioned block to fade out and indicate more content */ content: " "; @@ -167,7 +171,11 @@