From 0952f50008ce03982eb5206b915eb92db09f5945 Mon Sep 17 00:00:00 2001 From: Alexandre L Date: Fri, 30 Apr 2021 02:51:16 +0200 Subject: [PATCH] Fix header causing overflow (Windows) Closes https://github.com/egoist/devdocs-desktop/issues/120 --- app/renderer/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/renderer/style.css b/app/renderer/style.css index f14a32d..1c280d5 100644 --- a/app/renderer/style.css +++ b/app/renderer/style.css @@ -59,7 +59,7 @@ body { .header { height: 24px; - display: flex; + display: none; align-items: center; justify-content: center; font-size: 12px;