Skip to content

Commit 50e180d

Browse files
MayTekayaaexo-swf
authored andcommitted
fix: Remove the vertical scrollbar in leaderboard when it is empty - MEED-9580 - Meeds-io/meeds#3415 (#1965)
Prior to this change, a vertical scroll bar appears inside the leaderboard widget, even when there is no visible content overflow. This commit will remove this scrollbar. Resolves: Meeds-io/meeds#3415
1 parent a6142ed commit 50e180d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

portlets/src/main/webapp/vue-app/usersLeaderboard/components/UsersLeaderboard.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@
2222
<template>
2323
<v-app>
2424
<v-card
25-
flat
26-
class="pa-5 application-body">
25+
:min-height="'calc(100% - 40px)'"
26+
class="pa-5 application-body"
27+
flat>
2728
<div class="d-flex UserGamificationHeader text-color">
2829
<div
2930
class="d-inline-block widget-text-header text-truncate">

0 commit comments

Comments
 (0)