Implement rightclick menu for terminal text copy

This commit is contained in:
Johannes Zellner
2017-08-22 16:23:06 +02:00
parent c61808f4c6
commit 91f3318879
3 changed files with 54 additions and 0 deletions

View File

@@ -1137,3 +1137,12 @@ footer {
}
}
}
.contextMenuBackdrop {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}