fixed scroll

This commit is contained in:
SPRINX0\prochazka
2025-05-26 09:58:25 +02:00
parent c9638aefe9
commit 716c3573fd
2 changed files with 30 additions and 31 deletions

View File

@@ -154,20 +154,19 @@
storageName="privateCloudItems"
skip={!$cloudSigninTokenHolder}
>
<SearchBoxWrapper>
<SearchInput placeholder="Search cloud connections and files" bind:value={cloudFilter} />
<CloseSearchButton bind:filter={cloudFilter} />
<DropDownButton icon="icon plus-thick" menu={createAddMenu} />
<InlineButton
on:click={handleRefreshContent}
title="Refresh files"
data-testid="CloudItemsWidget_buttonRefreshContent"
>
<FontIcon icon="icon refresh" />
</InlineButton>
</SearchBoxWrapper>
<WidgetsInnerContainer>
<SearchBoxWrapper>
<SearchInput placeholder="Search cloud connections and files" bind:value={cloudFilter} />
<CloseSearchButton bind:filter={cloudFilter} />
<DropDownButton icon="icon plus-thick" menu={createAddMenu} />
<InlineButton
on:click={handleRefreshContent}
title="Refresh files"
data-testid="CloudItemsWidget_buttonRefreshContent"
>
<FontIcon icon="icon refresh" />
</InlineButton>
</SearchBoxWrapper>
<AppObjectList
list={cloudContentFlat || []}
module={cloudContentAppObject}