Skip to content

Commit

Permalink
fix: StoryResponsivePreview vertical resize (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mobyrr committed Apr 2, 2024
1 parent 14ba518 commit de8f4b3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -136,7 +136,7 @@ const sizeTooltip = computed(() => (responsiveWidth.value ?? 'Auto') + ' × ' +
class="htw-h-full htw-overflow-auto htw-relative"
>
<div
class="htw-h-full htw-overflow-hidden htw-bg-white dark:htw-bg-gray-700 htw-rounded-lg htw-relative"
class="htw-overflow-hidden htw-bg-white dark:htw-bg-gray-700 htw-rounded-lg htw-relative"
:class="isResponsiveEnabled ? {
'htw-w-fit': !!finalWidth,
'htw-h-fit': !!finalHeight
Expand Down

0 comments on commit de8f4b3

Please sign in to comment.