hjl19911127 / vue-drawer-layout

A simple DrawerLayout component for Vue.js.

Home Page:http://share.codehuang.com/vue-drawer-layout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't scroll elements inside the drawer

AlexandrDolzhikov opened this issue · comments

Hello all)
I'm making this project - http://i.imgur.com/4raJvIx.png
My problem is - I can't scroll me filters insight drawer... I put filters and a graph in vue-drawer-layout component! But when I open the drawer - I can't scroll my filters!
Please, help me, how can I fix it?

I added this to my <script> section

.drawer-layout .content-wrap {
	overflow: auto !important;
}

I think this should be updated to the component; it should not interfere.

or you can add style on root of drawer slot

@hjl19911127 sorry, can't get that to work; how?