Skip to content

Commit

Permalink
fix(grid): gradient is cut off
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Oct 6, 2022
1 parent d7e679d commit 7aa006a
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -110,7 +110,7 @@ const columnCount = computed(() => Math.min(storyStore.currentStory.variants.len
</script>

<template>
<div class="htw-flex htw-flex-col htw-items-stretch htw-h-full">
<div class="htw-flex htw-flex-col htw-items-stretch htw-h-full __histoire-pane-shadow-from-right">
<!-- Toolbar -->
<div
v-if="!isMobile"
Expand All @@ -121,7 +121,7 @@ const columnCount = computed(() => Math.min(storyStore.currentStory.variants.len

<div
ref="el"
class="htw-overflow-y-auto __histoire-pane-shadow-from-right htw-flex htw-flex-1"
class="htw-overflow-y-auto htw-flex htw-flex-1"
@scroll="updateMaxCount()"
>
<div
Expand Down

0 comments on commit 7aa006a

Please sign in to comment.