- Issue created by @shweta__sharma
Hi
This is happening because of "overflow: hidden" property which is assigned to wrapper class
Simply add the following property to the "content" class it will work
Sharing screenshot.- Status changed to Needs review
over 1 year ago 12:14pm 27 June 2023 - 🇮🇳India Priya_Degwekar
Hi @Eram Fatima18,
Verifed and Tested your suggestion #2, It's working fine.
Attaching screenshots.
Thanks! - Status changed to RTBC
over 1 year ago 3:04am 29 June 2023 - 🇮🇳India amit.mall
I can reproduced this issue also when using this theme as "Administration theme". I think we should use
min-height
instead ofheight
for html,body,.wrapper in style.css. I have attach the patch [365621.patch] for this. This should fix the issue on both, frontend and backend - Status changed to Needs review
about 1 year ago 8:38pm 13 September 2023 - Status changed to RTBC
about 1 year ago 10:47am 25 September 2023 Verified the #6 patch on 9.5.8, the scroll is now working. Added screenshots for reference, RTBC++