Vue-material: [MdSelect] wrong position if body has margin

Created on 23 Nov 2017  路  2Comments  路  Source: vuematerial/vue-material

Steps to reproduce

set

body { margin-top: 50px }

Which browser?

Chrome, Firefox, but not relevant

What is expected?

Clicking on a md-select should open the options right below or on the select field (like in docs).

What is actually happening?

clicking on a md-select opens the options on a wrong position
image

Removing the margin on body opens the options on correct position.
image

bug help wanted

All 2 comments

This is a bad bug. I will fix asap

fyi: I replaced margin by padding and it works fine. nevertheless, bug :)

Was this page helpful?
0 / 5 - 0 ratings