Skip to content

Commit 984abfd

Browse files
committed
fix(CopyButton): add visibility property in CopyButton css
1 parent d5d9128 commit 984abfd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/components/CopyPageButton/CopyPageButton.module.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@
1414
/* Button container styles */
1515
.container {
1616
position: relative;
17-
display: none;
17+
display: inline-block;
18+
visibility: hidden;
1819
}
1920

2021
.h1Wrapper .container {
2122
position: absolute;
2223
top: 0;
2324
right: 0;
24-
display: inline-block;
25+
visibility: visible;
2526
}
2627

2728
.mainButton {

0 commit comments

Comments
 (0)