Skip to content

Commit

Permalink
Scrolling issues
Browse files Browse the repository at this point in the history
	modified:   frontend/src/components/FieldLayout.vue
  • Loading branch information
metalmon committed Dec 15, 2024
1 parent 5e9c246 commit 6522255
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend/src/components/FieldLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -344,4 +344,12 @@ function getFieldData(field) {
.section:has(.settings-field) {
display: block;
}
:deep(:has(> .dropdown-button)) {
width: 100%;
}
:deep(.flex-col.overflow-y-auto) {
overflow: visible !important;
}
</style>

0 comments on commit 6522255

Please sign in to comment.