-
Type:
Bug
-
Status: Open
-
Resolution: Unresolved
-
Affects Version/s: 7.2.10 DXP FP2
-
Fix Version/s: None
-
Component/s: AMD Module Loader, Liferay Themes, ~ [Archived] Frontend Infrastructure
-
Labels:None
We encountered the following issue after updating to dxp-2-7210 , currently on dxp-3-7210 and the issue persist.
When the user signs into a site without having permissions to view the control panel to the instance or site. A white section as if the menu were open is visible.
We have been able to identify the following css that comes from the liferay theme-contributor as the element creating said white section, the problem is this padding should only be shown when the menu is open.
When we access a site with no menu from the site selector, the site believes the menu is still open, that control was working in dxp-1-7210.
@media (min-width: 576px)
product_nav...eId=en_US:2
body.open #wrapper
{ # padding-left: 320px; }
Screenshots of access selecting site through the site selector:
Shot where the white section is visible
Access by copying and pasting the URL to access the site from another site with closed menu.
This should always be the visibility regardless of the way we access this site.
Thank you for your help