Skip to content

Commit

Permalink
Revert overflow-hidden for SlideWrapper
Browse files Browse the repository at this point in the history
Allow overflow to be visible to enable negative margins for styling
  • Loading branch information
murilo-cunha committed Apr 2, 2024
1 parent b6c0ada commit 4c3637f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/client/internals/SlidesShow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ function onAfterLeave() {
:class="getSlideClass(route)"
:route="route"
:render-context="renderContext"
class="overflow-hidden"
/>
</div>
</component>
Expand Down

0 comments on commit 4c3637f

Please sign in to comment.