From 24cabb6ce32ee2d33d37ca360c1dc653d1bed540 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Wed, 27 Sep 2023 21:15:57 +0200 Subject: [PATCH] fix: word wrap on firefox --- style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/style.css b/style.css index ece7687..467fe13 100644 --- a/style.css +++ b/style.css @@ -69,12 +69,11 @@ body::-webkit-scrollbar-thumb { #colored { position: absolute; - white-space: pre; + white-space: pre-wrap; top: 0; left: 0; z-index: -1; width: 100%; - text-wrap: inherit; word-wrap:break-word; }