diff --git a/apps/readest-app/src/utils/style.ts b/apps/readest-app/src/utils/style.ts index 5352e6c0..83e33c95 100644 --- a/apps/readest-app/src/utils/style.ts +++ b/apps/readest-app/src/utils/style.ts @@ -325,8 +325,7 @@ const getLayoutStyles = ( white-space: pre-wrap !important; } - p:not([dir="rtl"]) { - max-width: 100%; + body:not([dir="rtl"]) { overflow-x: clip; }