mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-16 05:42:13 +08:00
Fix filter modal size [SCI-10695]
This commit is contained in:
parent
5200886d59
commit
96b73e1be7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div class="max-w-[600px] py-3.5">
|
||||
<div class="flex flex-col pb-6 overflow-y-auto max-h-[75vh]">
|
||||
<div class="flex flex-col pb-6 overflow-y-auto max-h-[calc(80vh_-_160px)]">
|
||||
<div class="sci-label mb-2">{{ i18n.t('search.filters.by_type') }}</div>
|
||||
<div class="flex items-center gap-2 flex-wrap mb-6">
|
||||
<template v-for="group in searchGroups" :key="group.value">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue