1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-10-12 12:04:24 +02:00

fix layout in detached mode

This commit is contained in:
Kushagra Gour
2024-05-03 16:42:22 +05:30
parent 03ec2d382c
commit 0756b4d8a5

View File

@@ -632,7 +632,7 @@ body:not(.light-version).overlay-visible .main-container {
}
.is-detached-mode.layout-2 .code-side {
height: auto !important;
height: 100% !important;
}
.code-wrap {