From a992fa784d81189186f386d329a2ee4e6e689965 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Wed, 15 May 2024 14:42:24 -0700 Subject: [PATCH] fix the css selector for hiding the header --- src/styles/keymap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/keymap.css b/src/styles/keymap.css index 635cbc195..95ba96d70 100644 --- a/src/styles/keymap.css +++ b/src/styles/keymap.css @@ -118,5 +118,5 @@ button { display: none; } - MuiToolbar-root {display: none;} + header {display: none;} }