fix scrollbar issue for foreign key modal

This commit is contained in:
Francisco Mazzoni
2022-09-15 12:17:55 -03:00
parent 20eedfe36a
commit 532209bc17
+2 -2
View File
@@ -589,7 +589,7 @@
} */
.foreign-table-modal__content-container__inner__overflow {
@apply w-full overflow-scroll;
@apply w-full overflow-auto;
}
.foreign-table-modal__filter {
@@ -617,7 +617,7 @@
}
.foreign-table-modal__row-item {
@apply border-scale-400 dark:border-scale-500 overflow-scroll rounded border border-solid px-5 py-2 shadow-sm first:mt-2;
@apply border-scale-400 dark:border-scale-500 overflow-auto rounded border border-solid px-5 py-2 shadow-sm first:mt-2;
}
.foreign-table-modal__row-item__inner {