style: remove HubSpot chat widget styles from global CSS

- Deleted specific styles that prevented global styles from affecting the HubSpot chat widget, streamlining the CSS file.
This commit is contained in:
chamiakJ
2025-05-21 18:39:28 +05:30
parent 8704b6a8c8
commit d7ca1d8bd2

View File

@@ -146,10 +146,3 @@ tr:hover .action-buttons {
opacity: 1; opacity: 1;
} }
/* Prevent global styles from affecting HubSpot chat widget */
#hubspot-messages-iframe-container,
#hubspot-messages-iframe-container * {
background: none !important;
border-radius: 50% !important;
box-shadow: none !important;
}