Make toggles above sticky (transparent)

Add this code to the Custom CSS field on the Style tab of your Pricing Table widget’s settings:

.eapps-pricing-table-toggle-container {
position: sticky;
top: 20px;
z-index: 10;
}