Skip to content

Commit 42888ae

Browse files
authored
Update CLI Help position to absolute (#11)
1 parent 033dca2 commit 42888ae

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/redis-cli-panel/styles.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ export const Styles = stylesFactory(() => {
1919
Courier New, monospace;
2020
`,
2121
help: css`
22-
position: relative;
22+
position: absolute;
23+
bottom: 100px;
24+
left: 10px;
25+
width: calc(100% - 22px);
2326
min-height: 124px;
24-
margin: 16px;
25-
margin-top: -140px;
2627
padding: 16px;
2728
border-radius: 5px;
2829
-webkit-box-flex: 1;

0 commit comments

Comments
 (0)