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 70528f8 commit f3732a3Copy full SHA for f3732a3
packages/core/src/style.css
@@ -187,28 +187,27 @@
187
}
188
189
&-bottom {
190
- top: auto;
191
left: 50%;
192
- bottom: -4px;
193
- transform: translate(-50%, 0);
+ bottom: 0;
+ transform: translate(-50%, 50%);
194
195
196
&-top {
197
198
- top: -4px;
199
+ top: 0;
+ transform: translate(-50%, -50%);
200
201
202
&-left {
203
top: 50%;
204
- left: -4px;
205
- transform: translate(0, -50%);
+ left: 0;
206
207
208
&-right {
209
- right: -4px;
210
211
+ right: 0;
+ transform: translate(50%, -50%);
212
213
214
0 commit comments