Skip to content

Commit

Permalink
Merge pull request #493 from KshitijThareja/486
Browse files Browse the repository at this point in the history
Fix dropdown menu visibility when used inside KModal
  • Loading branch information
LianaHarris360 authored Dec 11, 2023
2 parents 795e909 + 08d0bca commit e27118d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ Changelog is rather internal in nature. See release notes for the public overvie

## Upcoming version

- [#493]
- **Description:** Changed the value of z-index of KDropdownMenu to 99.
- **Products impact:** Bugfix
- **Addresses:** https://github.com/learningequality/kolibri-design-system/issues/486
- **Components:** KDropdownMenu
- **Breaking:** No
- **Impacts a11y:** No
- **Guidance:** -

[#493]: https://github.com/learningequality/kolibri-design-system/pull/493

- [#500]
- **Description:** Upgrades vue-router dependency
- **Products impact:** Dependency upgrade
Expand Down
2 changes: 1 addition & 1 deletion lib/KDropdownMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<UiPopover
ref="popover"
:z-index="12"
:z-index="99"
:containFocus="true"
:dropdownPosition="position"
@close="handleClose"
Expand Down

0 comments on commit e27118d

Please sign in to comment.