Add popover for clipboard notification

This commit is contained in:
Nick Brown
2020-04-17 00:39:35 -07:00
committed by Michael Vines
parent 1cc76058d2
commit 1c7b806575
2 changed files with 38 additions and 5 deletions

View File

@@ -10,6 +10,20 @@ code {
color: $black;
}
.signature {
position: relative;
&:hover {
cursor: pointer;
}
.popover {
top: -1rem;
right: -5.12rem;
left: auto;
}
}
.modal.show {
display: block;
}