Add popover for clipboard notification
This commit is contained in:
committed by
Michael Vines
parent
1cc76058d2
commit
1c7b806575
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user