Fix product table dropdown on mobile (#36046)
* Only add top when product row is expanded. * Add changelog
This commit is contained in:
parent
309ed6303f
commit
1e815be516
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Fix product table dropdown issue on mobile.
|
|
@ -6741,7 +6741,7 @@ table.bar_chart {
|
|||
overflow: visible;
|
||||
}
|
||||
|
||||
.toggle-row {
|
||||
.is-expanded .toggle-row {
|
||||
top: -28px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue