How can I create a linear gradient overlay on top of my inline background image? I attempted to add a CSS style but the class seems to be positioned beneath the image.
<div class="header__bkgd" v-bind:style="{'background-image': 'url(' + require('~/assets/images/dist_bkgd.jpg') + ')'}"></div>