Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions @xen-orchestra/web-core/lib/components/menu/MenuList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ const open = (event: MouseEvent) => {
border-radius: 0.4rem;
background-color: var(--color-neutral-background-primary);
gap: 0.2rem;
z-index: 1010;

&.horizontal {
flex-direction: row;
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@

- **XO 6**:
- [Site/Backups] Fix an issue properties of undefined in backups tab (PR [#9064](https://github.com/vatesfr/xen-orchestra/pull/9064))
- [User Menu] Fix display user menu in front of tree structure (PR [#9115](https://github.com/vatesfr/xen-orchestra/pull/9115))

### Packages to release

Expand Down
Loading