Fix OBW continue button overlaps with checkbox in mobile screens (#52205)

* Fix OBW continue button overlap with checkbox in mobile screens

* Add changelog

* Clean css
This commit is contained in:
Chi-Hsuan Huang 2024-10-23 11:32:22 +08:00 committed by GitHub
parent 733f025414
commit 8f8a9a4bac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 6 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Fix OBW continue button overlap with checkbox in mobile screens

View File

@ -33,12 +33,6 @@
.woocommerce-profiler-button-container {
width: 100%;
max-width: 404px;
@include breakpoint("<782px") {
position: absolute;
bottom: 20px;
padding: 0 20px;
max-width: 100%;
}
}
.woocommerce-profiler-button {