There was an error while loading. Please reload this page.
1 parent 9a8f5ed commit d83aa90Copy full SHA for d83aa90
1 file changed
frontend/src/lib/components/inscription/InscriptionOverview.svelte
@@ -70,7 +70,7 @@
70
src="{config.imageServer}{slug}/{images[0]?.url || ''}/{config.imageThumbParams}"
71
alt={images[0]?.desc || 'Inscription image'}
72
/>
73
- <section id="image-viewer" style="height: 50vh; width: 100%;"></section>
+ <section id="image-viewer" style="height: 44vh; width: 100%;"></section>
74
<figcaption>{curImageTitle}</figcaption>
75
</figure>
76
{:else}
@@ -113,6 +113,7 @@
113
border-right: var(--border-size-1) solid var(--border-color);
114
height: 100%;
115
overflow-y: auto;
116
+ overflow-x: hidden;
117
margin-top: 0;
118
padding-inline: var(--size-4);
119
padding-top: 0;
0 commit comments