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:
Sivin Varghese
2024-02-28 20:26:23 +05:30
committed by GitHub
parent dafedddc1a
commit a92639e391

View File

@@ -36,3 +36,7 @@
.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;
}
.hide {
@apply hidden;
}