update style

This commit is contained in:
chen 2023-07-12 11:30:16 +08:00
parent fadd5b138c
commit 2464935fa5
2 changed files with 3 additions and 4 deletions

View File

@ -6,8 +6,9 @@ body {
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
*/
-webkit-font-smoothing: antialiased;
-webkit-font-smoothing: auto;
-moz-osx-font-smoothing: grayscale;
overflow: hidden;
}
.horizontal-split-handle {

View File

@ -25,9 +25,6 @@
newTop = offset.top - height;
if (newTop < 0) newTop = 0;
if (newTop + height > window.innerHeight) {
element.style.height = `${window.innerHeight - newTop}px`;
}
}
if (newLeft != null) element.style.left = `${newLeft}px`;
@ -169,6 +166,7 @@
cursor: default;
white-space: nowrap;
overflow-y: auto;
max-height: calc(100% - 20px)
}
.keyText {