vuematerial / vue-material

Vue.js Framework - ready-to-use Vue components with Material Design, free forever.
https://www.creative-tim.com/vuematerial
MIT License
9.89k stars 1.16k forks source link

So many examples do not work the way they are supposed to #2195

Open wengera opened 4 years ago

wengera commented 4 years ago

Issues are in Google Chrome and Firefox

I copied in the dense cached icon and it's permenantly gray unless i manually disable a root css attribute that sets it to gray.

`

cached

`

Table columns do not resize properly. I have to shake/resize one side of the window aggressively to get the table columns to slowly adjust to the size they should be so that I don't have to scroll horizontally to see the rest of the data. I figured out that by disabling "display: flex" on the table that it fixed the problem but when I do that it breaks the fixed headers so they are no longer fixed.