fix(toolbar): elevate toolbar z-index above table

Fixes #652
This commit is contained in:
Eric Liu 2022-05-07 11:35:03 -07:00
commit 3dcba6fe71

View file

@ -28,6 +28,7 @@
class:bx--table-toolbar--small="{size === 'sm'}"
class:bx--table-toolbar--normal="{size === 'default'}"
{...$$restProps}
style="z-index: 1; {$$restProps.style}"
>
<slot />
</section>