Reduced FilterBar z-index
This commit is contained in:
parent
a082938270
commit
0ccbf5523a
|
@ -39,7 +39,7 @@ fun FilterBar() {
|
|||
|
||||
Box(
|
||||
contentAlignment = Alignment.BottomEnd,
|
||||
modifier = Modifier.fillMaxSize().zIndex(1100f)
|
||||
modifier = Modifier.fillMaxSize().zIndex(100f)
|
||||
.padding(bottom = 64.dp, end = 74.dp)
|
||||
) {
|
||||
Column(Modifier.height(230.dp).width(390.dp)) {
|
||||
|
|
Loading…
Reference in New Issue