Skip to content

Commit 5b257fd

Browse files
committed
docs(SearchDialog): keep it snapped to the top
1 parent 412f7e6 commit 5b257fd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/docs/src/components/app/search/SearchDialog.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<v-dialog
44
v-model="model"
55
activator="parent"
6-
content-class="overflow-visible align-self-start mt-16"
6+
content-class="overflow-visible mt-16"
7+
location="top center"
78
max-height="900"
89
width="600"
910
scrollable

0 commit comments

Comments
 (0)