BulmaTemplates / bulma-templates

free flexbox templates built with the bulma css framework
https://bulmatemplates.github.io/bulma-templates/
MIT License
3.28k stars 1.23k forks source link

In electron-vue, display doesn't work #95

Closed DarkScientist closed 5 years ago

DarkScientist commented 5 years ago

Hi, I make a electron-vue app with templates and I've a problem ( I don't know if it is from bulma or vue / electron).

So, when I goes on the page where is the Kanban template, the scroll doesn't work and it displays a random part of the template, and it's locked, and I've to refresh to get a good display. I have no errors.

The tabs and the Kanban templates make me this problem.

Thanks for helping

dansup commented 5 years ago

@DarkScientist Hi, that sounds like an issue with electron-vue.

DarkScientist commented 5 years ago

Hi, I fixed that by resetting the head of the web page. I was using a lot of your templates and the modals locked the scroll. As electron vue doesn't refresh, it kept the scroll locked so by resetting the meta it worked. Thanks!