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

Fixes #652
This commit is contained in:
metonym 2022-05-07 11:53:32 -07:00 committed by GitHub
commit a2715f3df4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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