Skip to content

Commit

Permalink
style: fix tabMenu z-index bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong502431556 committed Mar 2, 2022
1 parent 835d76a commit 8b3be02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TabMenu/src/TabMenu.vue
Expand Up @@ -114,7 +114,7 @@ export default defineComponent({
id={`${variables.namespace}-menu`}
class={[
prefixCls,
'relative bg-[var(--left-menu-bg-color)] top-1px',
'relative bg-[var(--left-menu-bg-color)] top-1px z-999',
{
'w-[var(--tab-menu-max-width)]': !unref(collapse),
'w-[var(--tab-menu-min-width)]': unref(collapse)
Expand Down

0 comments on commit 8b3be02

Please sign in to comment.