From 0756b4d8a550aededebb5a02d94885c419899a89 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Fri, 3 May 2024 16:42:22 +0530 Subject: [PATCH] fix layout in detached mode --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 2ee951c..5afeb27 100644 --- a/src/style.css +++ b/src/style.css @@ -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 {