Commit 00f736f 1 parent daeef6d commit 00f736f Copy full SHA for 00f736f
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ export default css`
8
8
9
9
.bottom-sheet {
10
10
position : absolute;
11
- bottom : var (--tap-bottom-sheet-bottom , -100dvh );
12
- height : 90dvh ;
11
+ bottom : 0 ;
13
12
max-height : 90dvh ;
14
13
display : flex;
15
14
flex-direction : column;
@@ -65,11 +64,13 @@ export default css`
65
64
.close-button {
66
65
background-color : var (--tap-palette-gray-100 );
67
66
width : 32px ;
68
- heigh : 32px ;
67
+ height : 32px ;
69
68
border-radius : 50% ;
70
69
position : absolute;
71
70
left : 16px ;
72
71
display : flex;
72
+ align-items : center;
73
+ justify-content : center;
73
74
-webkit-tap-highlight-color : transparent;
74
75
}
75
76
Original file line number Diff line number Diff line change @@ -171,7 +171,6 @@ export class BottomSheet extends LitElement {
171
171
type ="button"
172
172
size="small"
173
173
variant="naked"
174
- }
175
174
>
176
175
< tap-icon-cross color ="#000 "> </ tap-icon-cross >
177
176
</ tap-icon-button >
You can’t perform that action at this time.
0 commit comments