Skip to content
Snippets Groups Projects
Commit 50ecfc64 authored by benoit.toutain's avatar benoit.toutain
Browse files

Réglage de la taille maximale du menu en hauteur

parent 50b67ff4
No related branches found
No related tags found
No related merge requests found
Pipeline #131651 failed with stage
in 2 minutes and 46 seconds
......@@ -20,7 +20,8 @@
v-model="menu"
auto
max-width="250"
round="md"
round="lg"
content-class="filtered-search-bar-menu"
>
<template v-slot:activator="{ on, attrs }">
<v-text-field
......@@ -276,6 +277,10 @@ export default {
border-radius: 0.25em;
}
.filtered-search-bar-menu {
max-height: 250px !important;
}
.search-input {
min-width: 20%;
}
......
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