Fix product table dropdown on mobile (#36046)

* Only add top when product row is expanded.

* Add changelog
This commit is contained in:
louwie17 2022-12-21 04:11:40 -04:00 committed by GitHub
parent 309ed6303f
commit 1e815be516
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Fix product table dropdown issue on mobile.

View File

@ -6741,7 +6741,7 @@ table.bar_chart {
overflow: visible;
}
.toggle-row {
.is-expanded .toggle-row {
top: -28px;
}
}