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
I am currently facing a challenge with a bug reported by our content editors in our Optimizely project. We have installed the SEO Sitemaps (Geta.Optimizely.Sitemaps) to manage all SEO-related features on our CMS site. Functionally, this is working fine; however, there is a slight issue with the UI.
When editors add a significant number of entries (10-15), clicking on the "New Sitemap" button opens an additional section at the bottom for inputting details. Unfortunately, this section is no longer visible within the fold, as there is not enough scrolling available. As a result, editors cannot input sitemap details.
To resolve this, I think a small CSS styling is needed to ensure the scrollbar is set up correctly on the UI. Could anyone help me solve this as this is currently impacting the user/editor experience?
Thank you for your assistance.
The text was updated successfully, but these errors were encountered:
I know this is an old entry, and I do not really have a permanent solution, but I would want one as well since our number of sitemaps will be around 50+ when we're finished ... so it would be great to have this fixed.
However, what you can do is:
press F12
Click Tab "Elements" in the top row of the developer tools
second entry on the right side should be "body", remove the checkmark next to "overflow:hidden"
Now you can edit everything and scroll the whole page for this session.
I hope this message finds you well.
I am currently facing a challenge with a bug reported by our content editors in our Optimizely project. We have installed the SEO Sitemaps (Geta.Optimizely.Sitemaps) to manage all SEO-related features on our CMS site. Functionally, this is working fine; however, there is a slight issue with the UI.
When editors add a significant number of entries (10-15), clicking on the "New Sitemap" button opens an additional section at the bottom for inputting details. Unfortunately, this section is no longer visible within the fold, as there is not enough scrolling available. As a result, editors cannot input sitemap details.
To resolve this, I think a small CSS styling is needed to ensure the scrollbar is set up correctly on the UI. Could anyone help me solve this as this is currently impacting the user/editor experience?
Thank you for your assistance.
The text was updated successfully, but these errors were encountered: