From 7eb573227395b10e2c561765c233d16e542b8e72 Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Wed, 22 May 2019 11:52:39 -0400 Subject: [PATCH] display:flex kills the Books menu, thanks css --- css/ui.css | 1 - index.html | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/css/ui.css b/css/ui.css index 0a67aa25..9d660e0f 100644 --- a/css/ui.css +++ b/css/ui.css @@ -54,7 +54,6 @@ height:3em; width:100%; background-color:#999; - display:flex; } #notebook { position:absolute; diff --git a/index.html b/index.html index 2c761fc9..1f0e5f90 100644 --- a/index.html +++ b/index.html @@ -50,7 +50,7 @@ if (window.location.host.endsWith('8bitworkshop.com')) { -