You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Navigate to KModal documentation page to test usage of KButton and KDropdownMenu
Additional information
It could potentially be a z-index issue. If you look closely, when the button is clicked, a slight shadow appears behind the KModal component that could be the dropdown menu.
KDropdownMenu.mov
The text was updated successfully, but these errors were encountered:
@LianaHarris360@MisRob
Changing the z-index value to 99 in the lib/KDropownMenu.vue did fix the issue. I just wanted to confirm if you're fine with this change or if there's anything you'd like to add to this before I make the PR.
Product
Design System
Expected behavior
When
KButton
andKDropdownMenu
is used withinKModal
, clicking on the button should display the dropdown menu.Actual behavior
When
KModal
containsKDropdownMenu
withinKButton
, the dropdown menu is not shown when clicking on the button.Steps to reproduce the issue
docs/pages/kmodal.vue
with the code:KModal
documentation page to test usage ofKButton
andKDropdownMenu
Additional information
It could potentially be a z-index issue. If you look closely, when the button is clicked, a slight shadow appears behind the
KModal
component that could be the dropdown menu.KDropdownMenu.mov
The text was updated successfully, but these errors were encountered: