Skip to content
Snippets Groups Projects
Commit 7dd058e9 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

windowed dialog in search bar menu

parent 696198b5
No related branches found
No related tags found
No related merge requests found
...@@ -46,8 +46,8 @@ ...@@ -46,8 +46,8 @@
</v-list> </v-list>
</v-menu> </v-menu>
<v-dialog max-width="1200" width="1200" v-model="menuDialog" hide-overlay :fullscreen="$vuetify.breakpoint.mobile" <v-dialog max-width="1200" width="1200" v-model="menuDialog"
:close-on-content-click="false" transition="dialog-top-transition"> :close-on-content-click="false">
<template v-slot:activator="{ on, attrs }"> <template v-slot:activator="{ on, attrs }">
<v-btn @click.native="items=[]" <v-btn @click.native="items=[]"
:aria-label="$t('menu.title')" :aria-label="$t('menu.title')"
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
text> text>
<span v-if="!$vuetify.breakpoint.mobile"></span><v-icon>more_vert</v-icon></v-btn> <span v-if="!$vuetify.breakpoint.mobile"></span><v-icon>more_vert</v-icon></v-btn>
</template> </template>
<v-toolbar v-if="!$vuetify.breakpoint.mobile" dense dark color="primary"> <v-toolbar dense dark color="primary">
<v-toolbar-title>{{$t('menu.title')}}</v-toolbar-title><v-spacer></v-spacer> <v-toolbar-title>{{$t('menu.title')}}</v-toolbar-title><v-spacer></v-spacer>
<v-toolbar-items><v-divider vertical/> <v-toolbar-items><v-divider vertical/>
...@@ -205,6 +205,11 @@ import Menu from './Menu.vue' ...@@ -205,6 +205,11 @@ import Menu from './Menu.vue'
<style scoped> <style scoped>
v-toolbar {
z-index: 2000 !important;
}
.searchResult { .searchResult {
margin-right: 5px; margin-right: 5px;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment