[CSS] Create a new stacking context with isolation property
October 5, 2023
The isolation property can create a new stacking context on the element.
.pricing-card {
isolation: isolate;
}
Before

After

October 5, 2023
The isolation property can create a new stacking context on the element.
.pricing-card {
isolation: isolate;
}

