Skip to content

Commit 3599392

Browse files
committed
fix: UI for edit button
1 parent 3039457 commit 3599392

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

client/components/main/Main/Database/Content/KeyContent/Editor.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
flex: 1;
2424
display: flex;
2525
width: 100%;
26+
overflow-y: auto;
2627

2728
&:before {
2829
content: '';
@@ -37,18 +38,20 @@
3738
}
3839
}
3940

41+
.operation-pannel {
42+
z-index: 99;
43+
}
44+
4045
.mode-selector {
4146
position: absolute;
4247
bottom: 10px;
4348
right: 10px;
44-
z-index: 99;
4549
}
4650

4751
.wrap-selector {
4852
position: absolute;
4953
bottom: 5px;
5054
right: 120px;
51-
z-index: 99;
5255
span {
5356
margin-left: 4px;
5457
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "medis",
33
"description": "GUI for Redis",
44
"productName": "Medis",
5-
"version": "0.5.3",
5+
"version": "0.5.4",
66
"license": "MIT",
77
"author": "luin <i@zihua.li> (http://zihua.li)",
88
"main": "server/main.js",

0 commit comments

Comments
 (0)