Hi All,
I have a requirement where i am using accordion.
If i expand accordion in edit mode, half contents of the expanded accordion and page contents below it is not visible due to window size is not expanded.
I investigated the issue and found that in edit mode, by default an overflow=hidden; attribute is appended by AEM instance in author mode as below:
<html lang="en" class="" style="overflow: hidden;>
If i change it to 'overflow:auto' then it works fine.
Is this a known issue?
Do we have any solution or workaround for it?
Please help.