mirror of
https://github.com/modrinth/code.git
synced 2026-08-27 18:14:49 +00:00
fix scrolling after applying depends on
This commit is contained in:
@@ -255,7 +255,7 @@ function getProjectCardTags(result: Labrinth.Search.v3.ResultSearchProject, disp
|
|||||||
:provided-message="lockedMessages?.providedBy"
|
:provided-message="lockedMessages?.providedBy"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div class="search">
|
<div class="search [overflow-anchor:none]">
|
||||||
<section v-if="ctx.loading.value" class="offline">
|
<section v-if="ctx.loading.value" class="offline">
|
||||||
<component :is="ctx.loadingComponent ?? LoadingIndicator" />
|
<component :is="ctx.loadingComponent ?? LoadingIndicator" />
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user