We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44dd934 commit f1c01a6Copy full SHA for f1c01a6
1 file changed
src/features/settings/components/settings.css
@@ -11,8 +11,6 @@ Modal
11
background-color: var(--card-background-color);
12
padding: 24px;
13
border-radius: 10px;
14
- left: 50%;
15
- top: 50%;
16
box-shadow: 0 0 20px #00000052;
17
z-index: 3;
18
}
@@ -138,6 +136,7 @@ Select styles
138
136
top: 0;
139
137
margin: 0;
140
height: 100vh;
+ transform: translate(0, 0);
141
border-radius: 0;
142
position: relative;
143
box-shadow: none;
0 commit comments