Refactor FormattedDropdown and enhance BranchView functionality
- Updated the FormattedDropdown component to use normal document flow for the dropdown list, ensuring visibility when opened. - Enhanced the createBranch method in BranchView to automatically select the most recently created branch after a new branch is added, improving user experience.
This commit is contained in:
@@ -98,9 +98,9 @@ export default {
|
||||
}
|
||||
|
||||
.dropdown-list {
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: 0;
|
||||
/* Statt absolut positioniert (wurde durch übergeordnete Container mit
|
||||
overflow:hidden abgeschnitten) jetzt im normalen Dokumentfluss, damit
|
||||
die Liste zuverlässig sichtbar ist, sobald isOpen=true. */
|
||||
background: white;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
|
||||
Reference in New Issue
Block a user