From f754ecd6c3b34ab70901370d8249e23d080ac9e7 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Sun, 19 Jul 2020 02:32:58 -0400 Subject: [PATCH] Fix invisible paragraphs at top of new columns Code was old Firefox fix that doesn't seem to do anything anymore anyway. --- client/homebrew/phbStyle/phb.style.less | 1 - 1 file changed, 1 deletion(-) diff --git a/client/homebrew/phbStyle/phb.style.less b/client/homebrew/phbStyle/phb.style.less index 60c8b70b3..1b4df58fc 100644 --- a/client/homebrew/phbStyle/phb.style.less +++ b/client/homebrew/phbStyle/phb.style.less @@ -339,7 +339,6 @@ body { -webkit-column-break-inside : avoid; page-break-inside : avoid; break-inside : avoid; - overflow: hidden; /* Firefox fix */ } //Better spacing for spell blocks h4+p+hr+ul{