0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-22 06:48:11 +00:00

add white background behind codemirror to prevent visual glitch on height recalc

This commit is contained in:
Víctor Losada Hernández
2026-02-19 14:23:08 +01:00
parent 36e6797c09
commit c4b20acf1b

View File

@@ -4,6 +4,7 @@
width : 100%;
height : 100%;
container : editor / inline-size;
background:white;
.codeEditor {
height : calc(100% - 25px);
.CodeMirror { height : 100%; }