Skip to content

Commit dd55387

Browse files
committed
fixed background to remain constant
1 parent ea44e18 commit dd55387

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

react-app/src/App.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
rgb(63, 43, 150) 100%
66
);
77
height: 100%;
8+
min-height: 100vh;
89
width: 100%;
910
padding: 3rem 5vw;
1011
display: flex;

react-app/src/components/CreatedRefs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const CreatedRefs = (props: { refs: string[] }) => {
4242
onClick={alertCopy}
4343
/>
4444
<UncontrolledTooltip placement="bottom" target={ref}>
45-
Click to Copy Ref
45+
copy to clipboard
4646
</UncontrolledTooltip>
4747
</div>
4848
</CopyToClipboard>

0 commit comments

Comments
 (0)