I have migrated to 8.7 and now I cannot scroll down the template list in the quotes pop-up. I had a workaround for 7.4.x, but cannot remember what it was and the similar topics in this forum have the given code for the workaround removed (??). Does anyone has solved this very annoying issue in 8.x?
How to produce the issue? Could you please share some screenshots here?
Create a file at public/legacy/custom/themes/suite8/css/Dawn/style.css
Add the following in this file. Increase the height value if required.
.pdf-templates-modal{
height:40%;
overflow-y:scroll;
}
Delete public/legacy/cache/themes folder.
Reload the quotes detail page to test if the scroll appears on pdf templates list.
1 Like
I have a vague memory of seeing this issue on Github, it’s possible that there is a fix there that hasn’t been merged yet…
Thanks Harshad. I will use that.