Skip to content

Commit

Permalink
Fix overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Sep 28, 2023
1 parent 3e218ae commit aa95b77
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div
class="overflow-hidden w-full relative"
class="w-full relative"
:style="containerStyle"
>
<Transition name="fade">
Expand All @@ -17,7 +17,7 @@
</div>
<span
v-if="currentDepiction.objectId"
class="z-10 text-white text-sm drop-shadow absolute bottom-2 right-4"
class="z-10 text-white text-sm drop-shadow absolute bottom-2 right-0 px-4"
>
<RouterLink
v-if="isOtu"
Expand Down

0 comments on commit aa95b77

Please sign in to comment.