nextcloud-vue icon indicating copy to clipboard operation
nextcloud-vue copied to clipboard

`AppSettingsDialog` modal close button not reachable without title prop

Open raimund-schluessler opened this issue 3 years ago • 0 comments

If the AppSettingsDialog has not title set, the modal close button is visible, but not clickable, since it's hidden behind app-settings__content. Simply remove the title prop in the docs, open the dialog and try to close it with the modal close button. @marcoambrosini Since you refactored this recently.

raimund-schluessler avatar Aug 12 '22 20:08 raimund-schluessler