Invisible Scroll Bar (Desktop and Mobile)

PHOTO EMBED

Mon Jan 27 2025 22:37:30 GMT+0000 (Coordinated Universal Time)

Saved by @camikunu14 #css

/* Hide scrollbar for Chrome, Safari, and Opera */
html::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge, and Firefox */
html {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* Ensure scrolling still works on Safari (iOS and macOS) */
html {
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    overflow: auto; /* Ensure scrolling is enabled */
}
content_copyCOPY

Paste this code in Squarespace's custom CSS editor