Hello,
i want to have a transparent background, so i choose bg = #00000000.
But when i integrate the form on my website the “main” still have opacity:1;
See the css :
#__nuxt,
.ant-layout,
body,
html,
main {
--tw-bg-opacity:1;
background-color:rgba(255,255,255,var(--tw-bg-opacity));
}
Thanks