Skip to content

Commit

Permalink
feat: No access to items that are overflow - MEED-2728-Meeds-io/MIP#81 (
Browse files Browse the repository at this point in the history
#439)

(cherry picked from commit a5faf72)
  • Loading branch information
SaraBoutej committed Nov 9, 2023
1 parent a5e0fc8 commit 1a86528
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
{{ $t('exoplatform.wallet.title.initialFundsTab') }}
</v-tab>
</v-tabs>
<v-tabs-items v-model="selectedTab" class="tabs-content card-border-radius overflow-hidden">
<v-tabs-items v-model="selectedTab" class="tabs-content card-border-radius">
<v-tab-item
id="wallets"
value="wallets"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
:headers="walletTableHeaders"
:items="displayedWallets"
:items-per-page="limit"
:loading="loadingWallets">
:loading="loadingWallets"
class="transparent">
<template slot="item" slot-scope="props">
<transition name="fade">
<tr v-show="wallets">
Expand Down

0 comments on commit 1a86528

Please sign in to comment.