Skip to content

Commit 0a374cc

Browse files
andys8tomjaguarpaw
authored andcommitted
Fixing the mobile horizontal scroll issue
Hiding the buttons to the left and right on mobile
1 parent a3e7ae6 commit 0a374cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/css/hl.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -4629,7 +4629,7 @@ pre .hs-keyglyph {
46294629
.glider,.glider-contain{margin:0 auto;position:relative;}
46304630
.glider,.glider-track{transform:translateZ(0)}
46314631
.glider-dot,.glider-next,.glider-prev{border:0;padding:0;user-select:none;outline:0}
4632-
.glider-contain{width:100%}
4632+
.glider-contain{width:100%;overflow-x: hidden;}
46334633
.glider{overflow:auto;scrollbar-width: none; overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:none; justify-content: space-between; display: flex;
46344634
align-items: flex-start;}
46354635
.glider-track{width:100%;margin:0;padding:0;display:flex;z-index:1}

0 commit comments

Comments
 (0)