Disable overlay
Paste the below CSS code at Dashboard > Appearances> Customizer > Additional CSS box.
style.css
/** Disable Addonify Floating Cart overlay */
#adfy__woofc-overlay {
backdrop-filter: none;
-webkit-backdrop-filter: none;
}
Once you paste the above CSS code in the Additional CSS box, the overlay will be disabled.