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 {
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;
}