Skip to content

Commit e26f2cb

Browse files
committed
Maybe this tiny change will help combat this svelte issue that crops up at random?
ref: sveltejs/svelte#7317
1 parent a73fb49 commit e26f2cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/routes/+page.svelte

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
class="tethered"
4747
style="height: {coverImage.clientHeight}px; width: {coverImage.clientWidth}px"
4848
>
49-
<a href="/{coverImage.expandedProject.name}" on:click={() => ffLoading.set(true)}>
49+
<a href="/{coverImage.expandedProject.name}">
5050
<div
5151
class="rounded-3xl bg-secondary h-full p-[7%] pr-[15%] flex"
5252
id={'description-' + coverImage.id}
@@ -76,6 +76,7 @@
7676

7777
<style lang="scss">
7878
.tethered {
79+
display: inline;
7980
position: absolute;
8081
left: -100%;
8182
top: 0;

0 commit comments

Comments
 (0)