Commit ced37e91 authored by Jiaan Louw's avatar Jiaan Louw Committed by Phil Hughes

Fix widget report last row not being selectable

parent 43a6b985
...@@ -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