Commit 338179f2 authored by Phil Hughes's avatar Phil Hughes

Merge branch '345501-fix-report-widgets-last-row-not-selectable' into 'master'

Fix widget report last row not being selectable

See merge request gitlab-org/gitlab!76230
parents e5fe22d8 ced37e91
...@@ -254,7 +254,7 @@ export default { ...@@ -254,7 +254,7 @@ export default {
</smart-virtual-list> </smart-virtual-list>
<div <div
:class="{ show: showFade }" :class="{ show: showFade }"
class="fade mr-extenson-scrim gl-absolute gl-left-0 gl-bottom-0 gl-w-full gl-h-7" class="fade mr-extenson-scrim gl-absolute gl-left-0 gl-bottom-0 gl-w-full gl-h-7 gl-pointer-events-none"
></div> ></div>
</div> </div>
</section> </section>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment