Skip to content

Commit f1c01a6

Browse files
committed
fix mobile display of the modal
1 parent 44dd934 commit f1c01a6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/features/settings/components/settings.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ Modal
1111
background-color: var(--card-background-color);
1212
padding: 24px;
1313
border-radius: 10px;
14-
left: 50%;
15-
top: 50%;
1614
box-shadow: 0 0 20px #00000052;
1715
z-index: 3;
1816
}
@@ -138,6 +136,7 @@ Select styles
138136
top: 0;
139137
margin: 0;
140138
height: 100vh;
139+
transform: translate(0, 0);
141140
border-radius: 0;
142141
position: relative;
143142
box-shadow: none;

0 commit comments

Comments
 (0)