Browse Source

fix quest log scrolling down.

main
Gisle Aune 3 years ago
parent
commit
8f069638dc
  1. 4
      svelte-ui/src/components/QuestLog.svelte

4
svelte-ui/src/components/QuestLog.svelte

@ -62,7 +62,7 @@
</div>
<div class="body">
{#if project != null}
<ProjectEntry hideIcon project={project} showAllOptions />
<ProjectEntry removeHook hideIcon project={project} showAllOptions />
{/if}
</div>
</div>
@ -82,4 +82,4 @@
flex-grow: 1;
margin: 1em 1ch;
}
</style>
</style>
Loading…
Cancel
Save