Open ivanvorona opened 5 years ago
v-menu
and v-menu-inline
no longer have position: relative
so the absolute positions for those are obtained from the outer divs.
This should be the relevant commit: https://github.com/vuetifyjs/vuetify/commit/a0250938d07b54b76f8e99bd4c68f880f706ef2c#diff-75a4e35988fe84eddcf186df35c53391
Hello,
After i updated dependencies to the most recent, events are not displaying properly on calendar - all are moved up to top of the calendar:
any idea what library creates this issue? package.json: { "name": "dayspan-vuetify-example", "version": "0.1.0", "private": true, "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "vue-cli-service lint" }, "dependencies": { "babel-loader": "^8.0.5", "dayspan-vuetify": "0.4.0", "vue": "2.6.10", "vuetify": "1.5.8" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.5.5", "@vue/cli-plugin-eslint": "^3.5.1", "@vue/cli-service": "^3.5.3", "vue-template-compiler": "2.6.10" }, "eslintConfig": { "root": true, "env": { "node": true }, "extends": [ "plugin:vue/essential", "eslint:recommended" ], "rules": {}, "parserOptions": { "parser": "babel-eslint" } }, "postcss": { "plugins": { "autoprefixer": {} } }, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 8" ] }
Thanks Ivan.