hjl19911127 / vue-drawer-layout

A simple DrawerLayout component for Vue.js.
http://share.codehuang.com/vue-drawer-layout
MIT License
409 stars 86 forks source link

Drawer mask not visible thru scrolling #26

Open gregorywajs opened 5 years ago

gregorywajs commented 5 years ago

When the drawer is pulled out, the scrolling is still enabled. The mask only covers the part of the page that was visible before scrolling.

hjl19911127 commented 5 years ago

Is that horizontal scrolling?

gregorywajs commented 5 years ago

Is that horizontal scrolling?

No, vertical

hjl19911127 commented 5 years ago

Any source code about the situation?

gregorywajs commented 5 years ago

I'm sorry I erased it since yesterday and created my own drawer. It happened when I had some page content outside of the "content" div.

connecteev commented 5 years ago

@hjl19911127 thanks for this repo. A fix for this issue would be great