79116705

Date: 2024-10-23 07:00:14
Score: 1
Natty:
Report link

Try simple CSS.

body:not(.is-admin) .mapplic-popup-body{
 display:none;
}

This will hide the container only if admin is not logged in.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mahesh Patel