You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, is it possible to make this work with a flexible height?
I am trying to do this with vue2-scrollbar now, so I have 3 flexboxes, 2 have a height set. The third should be flexible and should get the scrollbar when it no longer fits the screen.
So what my question comes down to: "Is setting a max-height required or is there a work-around?"
The text was updated successfully, but these errors were encountered:
Currently facing a new issue though. I use the scrollbar to scroll through filters. Now I have a function that filters my filters (yeah...) and so I have less results. But if there are only a few results it should update to check if the scrollbar is still needed. If not -> hide it.
Hi, is it possible to make this work with a flexible height?
I am trying to do this with vue2-scrollbar now, so I have 3 flexboxes, 2 have a height set. The third should be flexible and should get the scrollbar when it no longer fits the screen.
So what my question comes down to: "Is setting a max-height required or is there a work-around?"
The text was updated successfully, but these errors were encountered: