We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a2a79 commit a99446bCopy full SHA for a99446b
packages/core/src/style.css
@@ -182,28 +182,27 @@
182
}
183
184
&-bottom {
185
- top: auto;
186
left: 50%;
187
- bottom: -4px;
188
- transform: translate(-50%, 0);
+ bottom: 0;
+ transform: translate(-50%, 50%);
189
190
191
&-top {
192
193
- top: -4px;
194
+ top: 0;
+ transform: translate(-50%, -50%);
195
196
197
&-left {
198
top: 50%;
199
- left: -4px;
200
- transform: translate(0, -50%);
+ left: 0;
201
202
203
&-right {
204
- right: -4px;
205
206
+ right: 0;
+ transform: translate(50%, -50%);
207
208
209
0 commit comments