[Vuejs]-Overflow scroll on element

0👍

If I understand your problem correctly, the bottom sheet does cover the last part of the scrolling content, right? There is an easy solution:

Just add

padding-bottom: XXpx; # XX == size of sticky bottom sheet

to the scroll container

Leave a comment