fix: prevent filters dropdown from being clipped by dialog overflow

This commit is contained in:
Your Name
2025-11-25 23:02:51 +05:30
parent 237ae93469
commit 08508ab5d4
+1
View File
@@ -57,5 +57,6 @@
/* temporary fix to modal width */
:global(dialog section) {
max-width: 100% !important;
overflow: visible !important;
}
</style>