fix: Filter dropdown alignment issue in reports page (#9035)
* fix: Filter dropdown alignment issue in reports page * fix: add hide class * chore: Clean up --------- Co-authored-by: Shivam Mishra <scm.mymail@gmail.com>
This commit is contained in:
@@ -36,3 +36,7 @@
|
|||||||
.tooltip {
|
.tooltip {
|
||||||
@apply bg-slate-900 text-white py-1 px-2 z-40 text-xs rounded-md dark:bg-slate-200 dark:text-slate-900;
|
@apply bg-slate-900 text-white py-1 px-2 z-40 text-xs rounded-md dark:bg-slate-200 dark:text-slate-900;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hide {
|
||||||
|
@apply hidden;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user