We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 333a8f9 commit 1aa10d3Copy full SHA for 1aa10d3
package.json
@@ -3,7 +3,7 @@
3
"title": "Cache WEB Terminal",
4
"description": "Web-based terminal emulator for Caché administering.",
5
"author": "ZitRo",
6
- "version": "3.0.0-alpha.3",
+ "version": "3.0.0-alpha.4",
7
"releaseNumber": 11,
8
"repository": {
9
"type": "git",
webSource/css/terminal.css
@@ -86,8 +86,8 @@
86
}
87
88
.terminalContainer .terminalIndicator {
89
- position: absolute !important;
90
- right: -7px;
+ position: fixed !important;
+ right: 13px;
91
top: 7px;
92
border: 3px solid #fff;
93
border-radius: 30px;
0 commit comments