Skip to content

Commit 1e190d7

Browse files
Update styles.css
1 parent 3d8eceb commit 1e190d7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,3 +400,7 @@ figure.screen{margin:0 auto !important; max-width:840px !important; width:100% !
400400
.sg-lb-prev{ left:16px; top:50%; transform:translateY(-50%); }
401401
.sg-lb-next{ right:16px; top:50%; transform:translateY(-50%); }
402402
body.sg-no-scroll{ overflow:hidden; }
403+
404+
/* === SG v1.1 (2025-10-02) — hide scrollbars on tracks === */
405+
.sg-track{ scrollbar-width: none; -ms-overflow-style: none; }
406+
.sg-track::-webkit-scrollbar{ display: none; }

0 commit comments

Comments
 (0)