polotno-project/polotno-studio

Double scroll bars on 'background' section

meisenheimere opened this issue · 1 comments

image

This is caused by the CSS rule of 'overflow:auto;' on the 'css-bisco' class.

Resolving this requires overflow-y to be set to scroll on the child element (the one with the images) and overflow-y on the parent container to be set to hidden. The scrollbar is also under the color panel content and you can fix that by setting a CSS calc style on the child to be the full height minus the section with the colors.

Example:

image

Result after fixes:

image

Thanks for the feedback. Should be fixed now.