I'm facing an issue with the sticky header function in BootstrapVue and I can't figure out what needs to be customized to get it working properly.
Check it out here:
Jsfiddle
<div id="app">
<div>
<b-table style="max-height: 50vh;" sticky-header bordered :items="items"></b-table>
</div>
</div>
If you scroll down the table, you'll notice a small gap above the 'sticky-header' that is quite annoying!
Take a look at this screenshot: https://i.sstatic.net/2hEq0.png
I've tried inspecting it in the browser but I can't seem to locate that header box...
Calling all CSS experts! Can someone help me reduce this irritating gap to zero? :)