Skip to content

Commit 9f6a968

Browse files
author
Gorka Garcia
committed
fix: Update Z-index for dropdown-menu
1 parent f5d5d91 commit 9f6a968

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/cs_dynamicpages/browser/static/dynamicpageview.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,3 +201,7 @@ body.template-dynamic-view.can_edit {
201201
}
202202
}
203203
}
204+
205+
.dynamic-row .dropdown-menu {
206+
z-index: 1030; /* Ensure dropdown is above other elements */
207+
}

0 commit comments

Comments
 (0)