This commit is contained in:
Freeplay 2023-04-28 20:47:57 -04:00
parent 23beca49e3
commit db692fcf83
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@
class="omfetrab"
:class="['s' + size, 'w' + width, 'h' + height, { asDrawer }]"
:style="{ maxHeight: maxHeight ? maxHeight + 'px' : undefined }"
tabindex="-1"
>
<input
ref="search"

View file

@ -1,6 +1,6 @@
<template>
<FocusTrap v-bind:active="isActive">
<div ref="el" class="sfhdhdhr">
<div ref="el" class="sfhdhdhr" tabindex="-1">
<MkMenu
ref="menu"
:items="items"