Merge pull request #2643 from jaysomani/fix-2628_filters-dropdown-overflow

This commit is contained in:
Darshan
2025-11-26 12:23:33 +05:30
committed by GitHub
+1
View File
@@ -57,5 +57,6 @@
/* temporary fix to modal width */
:global(dialog section) {
max-width: 100% !important;
overflow: visible !important;
}
</style>