fix: remove default left right

This commit is contained in:
YunYouJun
2022-04-17 03:45:43 +08:00
parent 83909f8324
commit 811851a38d

View File

@@ -9,8 +9,6 @@
visibility: hidden; visibility: hidden;
position: absolute; position: absolute;
z-index: 10; z-index: 10;
top: 0;
left: 0;
border-radius: 50%; border-radius: 50%;
transition: left .6s linear, top .6s cubic-bezier(0.5, -0.5, 1, 1); transition: left .6s linear, top .6s cubic-bezier(0.5, -0.5, 1, 1);
} }