Skip to content

Commit d83aa90

Browse files
committed
fix: small layout problems in inscription pages
1 parent 9a8f5ed commit d83aa90

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

frontend/src/lib/components/inscription/InscriptionOverview.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
src="{config.imageServer}{slug}/{images[0]?.url || ''}/{config.imageThumbParams}"
7171
alt={images[0]?.desc || 'Inscription image'}
7272
/>
73-
<section id="image-viewer" style="height: 50vh; width: 100%;"></section>
73+
<section id="image-viewer" style="height: 44vh; width: 100%;"></section>
7474
<figcaption>{curImageTitle}</figcaption>
7575
</figure>
7676
{:else}
@@ -113,6 +113,7 @@
113113
border-right: var(--border-size-1) solid var(--border-color);
114114
height: 100%;
115115
overflow-y: auto;
116+
overflow-x: hidden;
116117
margin-top: 0;
117118
padding-inline: var(--size-4);
118119
padding-top: 0;

0 commit comments

Comments
 (0)