We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dca26f4 + dd1771f commit 362cc83Copy full SHA for 362cc83
adminforth/spa/src/utils.ts
@@ -116,7 +116,8 @@ export function initThreeDotsDropdown() {
116
// this resource has three dots dropdown
117
const dd = new Dropdown(
118
threeDotsDropdown,
119
- document.querySelector('[data-dropdown-toggle="listThreeDotsDropdown"]') as HTMLElement,
+ document.querySelector('[data-dropdown-toggle="listThreeDotsDropdown"]') as HTMLElement,
120
+ { placement: 'bottom-end' }
121
);
122
adminforth.list.closeThreeDotsDropdown = () => {
123
dd.hide();
0 commit comments