mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-01-18 15:26:19 +08:00
Fix #1712 Variable placeholder panel overflow
This commit is contained in:
parent
8ac3869fe7
commit
a45df13028
@ -18,6 +18,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
min-height: 0;
|
||||
}
|
||||
.panel.floating {
|
||||
position: absolute;
|
||||
@ -869,13 +870,9 @@
|
||||
width: 20px;
|
||||
flex-grow: 1;
|
||||
}
|
||||
.prism-editor-wrapper {
|
||||
.molang_input.prism-editor-component {
|
||||
caret-color: var(--color-text);
|
||||
}
|
||||
.molang_input .prism-editor-wrapper {
|
||||
overflow-y: hidden;
|
||||
min-height: 30px;
|
||||
margin-bottom: auto;
|
||||
min-height: 0;
|
||||
}
|
||||
.molang_input .prism-editor-placeholder {
|
||||
font-family: var(--font-code);
|
||||
|
Loading…
Reference in New Issue
Block a user