Skip to content

Commit 4310ec1

Browse files
committed
Add a comment about the reported Chromium issue
1 parent d993761 commit 4310ec1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

material2/src/jsMain/kotlin/com/huanshankeji/compose/material2/ext/TopAppBarScaffold.js.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ actual fun TopAppBarScaffold(
136136
//overflow(Overflow.Auto) // This seems not needed. TODO remove if confirmed to be not needed
137137
}
138138
}) {
139+
// TODO See https://issues.chromium.org/issues/386052671. This can be removed when the issue is fixed, possibly by partially reverting commit fb269bdfa876bc63402c68a025325f42b8a8abec.
139140
// This nested `Div` is here so that a child using `fillMaxSizeStretch` works properly. `fillMaxSizeStretch` seems buggy when used directly in the `position: absolute` parent.
140141
Div({
141142
style {

0 commit comments

Comments
 (0)