Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Available Instant Templates screen does not scroll when adding 'New from Template' #14

Closed
MarkMcDonald opened this issue Mar 8, 2017 · 2 comments
Assignees

Comments

@MarkMcDonald
Copy link

If you have a lot of templates they flow of the bottom of the screen with no way to reach them. By comparing to the standard new page functionality it looks as though the elements needs a height set with the overflow then set to auto.

In the standard Episerver content panes the widths and heights look to be set in script and tracked on resize, I'm not familiar enough at the minute with some of the epi classes and dojo attach points to know what they hook on to. But looks like in Instant Templates your trying to set the height as 100% and it doesn't appear to work to allow the scroll.

Tested using Chrome.

@MarkMcDonald
Copy link
Author

MarkMcDonald commented Mar 8, 2017

Managed to hack together a temporary fix for myself by updating ContentTypeGroup.html adding an inline style to resolve the overflow and height.

style="overflow: auto; height: inherit;"

@milosmih92
Copy link
Contributor

It is fixed in last version (1.0.4).

Kind regards,
Milos Mihajlovic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants