mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-02 22:13:11 -05:00
fix: correct global scroll strategy to prevent menu fixation (#6577)
Co-authored-by: Jerome <jerome.roth@imt-atlantique.net> Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
This commit is contained in:
@@ -389,6 +389,23 @@ export default defineNuxtConfig({
|
|||||||
locale: "en-US",
|
locale: "en-US",
|
||||||
fallback: "en-US",
|
fallback: "en-US",
|
||||||
},
|
},
|
||||||
|
defaults: {
|
||||||
|
VOverlay: {
|
||||||
|
scrollStrategy: "close",
|
||||||
|
},
|
||||||
|
VMenu: {
|
||||||
|
scrollStrategy: "close",
|
||||||
|
},
|
||||||
|
VAutocomplete: {
|
||||||
|
scrollStrategy: "close",
|
||||||
|
},
|
||||||
|
VCombobox: {
|
||||||
|
scrollStrategy: "close",
|
||||||
|
},
|
||||||
|
VSelect: {
|
||||||
|
scrollStrategy: "close",
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user