Correction done on iframe height to avoid loss of 4 last lines on Gotty terminal

This commit is contained in:
Louis Croisez
2023-05-12 16:02:57 +02:00
parent d3d7067c52
commit d019486798
+2 -2
View File
@@ -26,7 +26,7 @@ iframe {
padding: 0;
margin: 0;
border: none;
height: 93%;
height: 90%;
width: 100%;
}
@@ -836,4 +836,4 @@ pre#timer.bash {
#ddnewline::before {
content: none;
}
}