fix: Fixes overlapping issue with local selector dropdown in portal header (#8839)
This commit is contained in:
committed by
GitHub
parent
b8047f0912
commit
cae7cb7002
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
class="flex px-4 items-center justify-between w-full h-16 pt-2 sticky top-0 z-10 bg-white dark:bg-slate-900"
|
class="flex px-4 items-center justify-between w-full h-16 pt-2 sticky top-0 z-50 bg-white dark:bg-slate-900"
|
||||||
>
|
>
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<woot-sidemenu-icon />
|
<woot-sidemenu-icon />
|
||||||
|
|||||||
Reference in New Issue
Block a user