From 342e282dc2a556d59479e83ea6e0796b5ca848ff Mon Sep 17 00:00:00 2001 From: Nasir Anthony Montalvo Date: Mon, 9 Mar 2026 00:30:34 -0500 Subject: [PATCH] trying stt changes again --- _sass/_custom.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; } }