Skip to content

Commit

Permalink
fix: hide the image slider with scroll from bottom #102
Browse files Browse the repository at this point in the history
  • Loading branch information
divya-binil committed Aug 30, 2023
1 parent 6b3e4cb commit 68f13c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/ip/[...slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export function formattedCurrentDate(dateString: string | number | Date) {
</div>
</div> -->
<Content/>
<!--
<h3>Images ({entry.data.images.length})</h3>
<div class="flex flex-col items-center border border-[#e5f1fb] rounded-lg shadow md:flex-row my-5 p-2 overflow-x-auto">
Expand All @@ -68,6 +69,7 @@ export function formattedCurrentDate(dateString: string | number | Date) {
)
}
</div>
-->
<!-- <div>
<h3>{entry.data['uspto-patent-citation-label']}</h3>
<p>{entry.data['forward-citations']}</p>
Expand Down

0 comments on commit 68f13c4

Please sign in to comment.