Skip to content

Commit

Permalink
fix: missing gradient in grid view
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Oct 6, 2022
1 parent 7bc1b60 commit d6431de
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -85,7 +85,7 @@ watch(() => storyStore.currentVariant, () => {
<template>
<div
ref="el"
class="htw-h-full htw-overflow-y-auto"
class="htw-h-full htw-overflow-y-auto __histoire-pane-shadow-from-right"
@scroll="updateMaxCount()"
>
<div
Expand Down

0 comments on commit d6431de

Please sign in to comment.