From f1f50e7b8049ef183249f5cda4755b747f7d432c Mon Sep 17 00:00:00 2001 From: Gnome Ann <> Date: Mon, 23 Aug 2021 13:08:13 -0400 Subject: [PATCH] Remove display: flex; from #gamescreen CSS --- static/custom.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/custom.css b/static/custom.css index afca3ee1..53b5a57c 100644 --- a/static/custom.css +++ b/static/custom.css @@ -67,7 +67,6 @@ chunk[contenteditable="true"]:focus, chunk[contenteditable="true"]:focus > actio height: 490px; margin-top: 10px; padding: 10px; - display: flex; vertical-align: bottom; overflow-y: scroll; background-color: #262626;