Skip to content

Commit 1aa10d3

Browse files
progress indicator CSS fix
1 parent 333a8f9 commit 1aa10d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "Cache WEB Terminal",
44
"description": "Web-based terminal emulator for Caché administering.",
55
"author": "ZitRo",
6-
"version": "3.0.0-alpha.3",
6+
"version": "3.0.0-alpha.4",
77
"releaseNumber": 11,
88
"repository": {
99
"type": "git",

webSource/css/terminal.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@
8686
}
8787

8888
.terminalContainer .terminalIndicator {
89-
position: absolute !important;
90-
right: -7px;
89+
position: fixed !important;
90+
right: 13px;
9191
top: 7px;
9292
border: 3px solid #fff;
9393
border-radius: 30px;

0 commit comments

Comments
 (0)