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