From 077f9032b3cfc14711fea90e86dfbc8e746d8ec3 Mon Sep 17 00:00:00 2001 From: Nasir Anthony Montalvo Date: Mon, 9 Mar 2026 00:33:23 -0500 Subject: [PATCH] reverting --- _sass/_custom.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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; } }