We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e86ed22 commit 67cc0daCopy full SHA for 67cc0da
2 files changed
elements/pf-dropdown/pf-dropdown.css
@@ -214,7 +214,14 @@ pf-dropdown-menu,
214
--pf-c-dropdown__menu--Top,
215
calc(100% + var(--pf-global--spacer--xs, 0.25rem))
216
) !important;
217
- left: 0 !important;
+ left: var(
218
+ --pf-c-dropdown__menu--Left,
219
+ 0
220
+ ) !important;
221
+ right: var(
222
+ --pf-c-dropdown__menu--Right,
223
+ auto
224
225
z-index: var(
226
--pf-c-dropdown__menu--ZIndex,
227
var(--pf-global--ZIndex--sm, 200)
elements/pf-hint/pf-hint.css
@@ -67,6 +67,8 @@
67
#actions ::slotted(pf-dropdown) {
68
margin-top: var(--pf-c-hint__actions--c-dropdown--MarginTop);
69
--pf-c-dropdown__menu--MinWidth: auto;
70
+ --pf-c-dropdown__menu--Left: auto;
71
+ --pf-c-dropdown__menu--Right: 0;
72
}
73
74
#title {
0 commit comments