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.
1 parent 381fdb5 commit 464529aCopy full SHA for 464529a
packages/vuetify/src/mixins/menuable/index.ts
@@ -281,7 +281,10 @@ export default baseMixins.extend<options>().extend({
281
}
282
},
283
checkActivatorFixed () {
284
- if (this.attach !== false) return
+ if (this.attach !== false) {
285
+ this.activatorFixed = false
286
+ return
287
+ }
288
let el = this.getActivator()
289
while (el) {
290
if (window.getComputedStyle(el).position === 'fixed') {
0 commit comments