diff --git a/_sass/_custom.scss b/_sass/_custom.scss index 657e361..905cb89 100644 --- a/_sass/_custom.scss +++ b/_sass/_custom.scss @@ -1236,8 +1236,9 @@ object { body { @media (max-width: 768px) { - touch-action: pan-y; - overflow-x: hidden; + overflow-x: auto; + overflow-wrap: anywhere; + word-break: break-word; } }