Skip to content

Commit dca6dce

Browse files
committed
Chrome fixes
1 parent 8cd8a54 commit dca6dce

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/lib/comp/CopyField.svelte

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@
2222
}
2323
2424
.copy-field-text {
25-
opacity: 0.8;
25+
opacity: 0.7;
2626
padding: 15px;
2727
flex: 1;
28-
overflow: scroll;
28+
overflow-x: scroll;
29+
scrollbar-color: white black;
2930
}
3031
3132
.copy-field-btn {
@@ -48,6 +49,8 @@
4849
}
4950
5051
.copy-field-btn img {
52+
object-fit: contain;
53+
width: 100%;
5154
height: 100%;
5255
transition: 0.15s;
5356
}

0 commit comments

Comments
 (0)