From f55d575e1f8b3b213c7cf846c9d39e566224efe4 Mon Sep 17 00:00:00 2001 From: fregante Date: Fri, 7 Feb 2025 01:38:00 +0800 Subject: [PATCH] 24.12.20 GitHub Copilot hotfix https://github.com/refined-github/refined-github/issues/8257 --- style/24.12.20.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style/24.12.20.css b/style/24.12.20.css index de61055..8bf59bb 100644 --- a/style/24.12.20.css +++ b/style/24.12.20.css @@ -9,3 +9,9 @@ margin-right: -32px; } } + + +/* https://github.com/refined-github/refined-github/issues/8257 */ +body.copilotImmersive>div:first-of-type>.application-main>main>react-app>div { + height: calc(100vh - 64px); +}