fixes?
This commit is contained in:
parent
23beca49e3
commit
db692fcf83
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user