Skip to content

Commit c133b01

Browse files
authored
docs: improve styles (#1062)
1 parent 8a2992e commit c133b01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.dumi/theme/common/styles/Icon.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ const Icon: React.FC = () => {
103103
opacity: 0;
104104
transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
105105
content: 'Copied!';
106+
z-index: -1;
106107
}
107108
108109
&.copied::after {

0 commit comments

Comments
 (0)