Feature/fix terminal notification (#681)
* show terminal notification on top * show notification only when not scrolled down and new output available * terminal: move scrolled down check outside of push loop
This commit is contained in:
parent
2b80de03df
commit
75c905a985
2 changed files with 14 additions and 7 deletions
|
@ -61,6 +61,7 @@
|
|||
opacity: .5;
|
||||
font-size: 16px;
|
||||
cursor: pointer;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.terminal-notify:hover {
|
||||
|
|
Reference in a new issue