mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 08:56:46 -04:00
fix scrollbar issue for foreign key modal
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user