fix: disable selecting elements in navbar (#1147)
This commit is contained in:
parent
185bfd1ee3
commit
92b9746cd7
4 changed files with 4 additions and 2 deletions
|
@ -66,6 +66,7 @@ const activate = () => {
|
|||
bg-transparent
|
||||
outline="focus:none"
|
||||
pe-4
|
||||
select-none
|
||||
:placeholder="isHydrated ? t('nav.search') : ''"
|
||||
pb="1px"
|
||||
placeholder-text-secondary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue