fix: word wrap on firefox

This commit is contained in:
quenousimporte 2023-09-27 21:15:57 +02:00
parent bfb0258720
commit 24cabb6ce3
1 changed files with 1 additions and 2 deletions

View File

@ -69,12 +69,11 @@ body::-webkit-scrollbar-thumb {
#colored { #colored {
position: absolute; position: absolute;
white-space: pre; white-space: pre-wrap;
top: 0; top: 0;
left: 0; left: 0;
z-index: -1; z-index: -1;
width: 100%; width: 100%;
text-wrap: inherit;
word-wrap:break-word; word-wrap:break-word;
} }