We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f73f3 commit e86c500Copy full SHA for e86c500
1 file changed
apps/whattheduck/src/composables/useCoverSearch.ts
@@ -52,7 +52,7 @@ export default (
52
message: t('Aucun résultat pour votre photo, veuillez réessayer.'),
53
duration: 2000,
54
cssClass: 'toast-error',
55
- positionAnchor: 'overlay',
+ positionAnchor: document.getElementById('overlay') ? 'overlay' : undefined,
56
position: 'bottom',
57
translucent: true,
58
});
0 commit comments