Skip to content

Commit 7783600

Browse files
committed
overaly filters & sort over 0 count message
1 parent e6d9df9 commit 7783600

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

frontend/src/assets/css/tailwind.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@
417417
@apply absolute;
418418
@apply rounded-md;
419419
@apply bg-white;
420+
@apply z-10;
420421
}
421422

422423
.sort-dropdown-option {
@@ -479,6 +480,7 @@
479480
@apply rounded-md;
480481
@apply bg-white;
481482
@apply outline-none;
483+
@apply z-10;
482484
}
483485

484486
@screen md {

frontend/src/components/app/recommendations/HistoryRecommendations.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<!-- eslint-disable max-len -->
33
<section class="mb-4 sm:mb-16 lg:mb-32">
4-
<div v-if="recommendations.length" v-bind:class="{
4+
<div v-if="recommendationsBackup.length" v-bind:class="{
55
'flex': true,
66
'w-full': true,
77
'items-stretch': true,

0 commit comments

Comments
 (0)